Class: String

Inherits:
Object show all
Defined in:
lib/forty-two.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



22
23
24
# File 'lib/forty-two.rb', line 22

def inspect
    "42"
end

#to_sObject



18
19
20
# File 'lib/forty-two.rb', line 18

def to_s
    "42"
end