Class: Rasti::DB::NQL::Nodes::Constants::String

Inherits:
Base
  • Object
show all
Defined in:
lib/rasti/db/nql/nodes/constants/string.rb

Instance Method Summary collapse

Methods inherited from Base

#type

Instance Method Details

#valueObject



8
9
10
# File 'lib/rasti/db/nql/nodes/constants/string.rb', line 8

def value
  text_value.strip
end