Method: Quack::Types::Integer.built_in_types
- Defined in:
- lib/quack/types/integer.rb
.built_in_types ⇒ Object
9 10 11 12 |
# File 'lib/quack/types/integer.rb', line 9 def built_in_types @@built_in_types ||= ObjectSpace.each_object(Integer.singleton_class).to_a end |