Source: show | on GitHub
# File ruby/lib/rubygems/safe_marshal/elements.rb, line 130 def initialize(sign, data) @sign = sign @data = data end