module Axiom::Function::String::Length::Methods
Public Instance Methods
length()
click to toggle source
Return a length function
@example
length = attribute.length
@return [Length]
@api public
# File lib/axiom/function/string/length.rb, line 47 def length Length.new(self) end