class Risp::Symbol

Public Instance Methods

inspect() click to toggle source
# File lib/risp.rb, line 6
def inspect
  name.to_s
end