Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/is_forty_two.rb
Instance Method Summary collapse
Instance Method Details
#is_forty_two ⇒ Object
2 3 4 |
# File 'lib/is_forty_two.rb', line 2 def is_forty_two self == 42 end |