Module: Axiom::Function::String::Length::Methods

Defined in:
lib/axiom/function/string/length.rb

Instance Method Summary collapse

Instance Method Details

#lengthLength

Return a length function

Examples:

length = attribute.length

Returns:



47
48
49
# File 'lib/axiom/function/string/length.rb', line 47

def length
  Length.new(self)
end