6 7 8
# File 'lib/forty-two.rb', line 6 def inspect "42" end
2 3 4
# File 'lib/forty-two.rb', line 2 def to_s "42" end