Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/histock/simplefilter/fetch.rb
Instance Method Summary collapse
Instance Method Details
#is_one? ⇒ Boolean
136 137 138 |
# File 'lib/histock/simplefilter/fetch.rb', line 136 def is_one? self == 1 end |