class Rasti::DB::NQL::Nodes::Constants::String

Public Instance Methods

value() click to toggle source
# File lib/rasti/db/nql/nodes/constants/string.rb, line 8
def value
  text_value.strip
end