Module: Veritas::Function::String::Length::Methods

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

Instance Method Summary collapse

Instance Method Details

#lengthLength

Return a length function

Examples:

length = attribute.length

Returns:



56
57
58
# File 'lib/veritas/function/string/length.rb', line 56

def length
  Length.new(self)
end