Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/new_forty_two.rb
Overview
check number
Instance Method Summary collapse
Instance Method Details
#forty_two? ⇒ Boolean
5 6 7 |
# File 'lib/new_forty_two.rb', line 5 def forty_two? self == 42 end |