Class: Numeric
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
2 |
# File 'lib/numeric.rb', line 2 def present?; true; end |
#to_a ⇒ Object
3 |
# File 'lib/numeric.rb', line 3 def to_a; [self]; end |