class Integer

Integer

Public Instance Methods

lx() click to toggle source

Creates a LX::Array object and returns it.

# File lib/lx.rb, line 423
def lx
        return LX::Integer.new(self)
end