22 23 24
# File 'lib/forty-two.rb', line 22 def inspect "42" end
18 19 20
# File 'lib/forty-two.rb', line 18 def to_s "42" end