Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/lx.rb
Overview
Integer
Instance Method Summary collapse
-
#lx ⇒ Object
Creates a LX::Array object and returns it.
Instance Method Details
#lx ⇒ Object
Creates a LX::Array object and returns it.
423 424 425 |
# File 'lib/lx.rb', line 423 def lx return LX::Integer.new(self) end |