module SQLiterate::Node::LiteralIdentifier

Public Instance Methods

name() click to toggle source
# File lib/sqliterate/node/identify/identifier.rb, line 4
def name
  text_value
end