Class: Code::Object::Number
- Inherits:
-
Code::Object
- Object
- Code::Object
- Code::Object::Number
- Defined in:
- lib/code/object/number.rb
Class Method Summary collapse
Methods inherited from Code::Object
#<=>, #==, call, #call, #code_and_operator, code_and_operator, #code_different, code_different, code_equal_equal, #code_equal_equal, #code_equal_equal_equal, code_equal_equal_equal, code_exclamation_point, #code_exclamation_point, code_exclusive_range, #code_exclusive_range, code_inclusive_range, #code_inclusive_range, code_or_operator, #code_or_operator, code_self, #code_self, code_to_string, #code_to_string, #falsy?, falsy?, hash, #hash, maybe, multi_fetch, #multi_fetch, repeat, #sig, sig, to_s, #to_s, truthy?, #truthy?, |
Class Method Details
.name ⇒ Object
6 7 8 |
# File 'lib/code/object/number.rb', line 6 def self.name "Number" end |