module SQLiterate::Node::QuotedIdentifier

Public Instance Methods

name() click to toggle source
# File lib/sqliterate/node/identify/identifier.rb, line 10
def name
  c.elements.map(&:char).join
end