Module: Axiom::Function::String::Length::Methods
- Defined in:
- lib/axiom/function/string/length.rb
Instance Method Summary collapse
-
#length ⇒ Length
Return a length function.
Instance Method Details
#length ⇒ Length
Return a length function
47 48 49 |
# File 'lib/axiom/function/string/length.rb', line 47 def length Length.new(self) end |