class String

Public Instance Methods

to_lisp() click to toggle source

Returns a string that represents a lisp string. This is basically just an alias for {String#inspect}

# File lib/spectator/emacs.rb, line 52
def to_lisp
  inspect
end