module SQLiterate::Node::TypeName

Public Instance Methods

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