class Symbol

Public Instance Methods

to_ralphql() click to toggle source
# File lib/ralphql/inflections.rb, line 22
def to_ralphql
  "'#{self}'"
end