Class: Sexp

Inherits:
Object show all
Defined in:
lib/fastruby/sexp_extension.rb

Instance Method Summary collapse

Instance Method Details

#to_fastruby_sexpObject



231
232
233
# File 'lib/fastruby/sexp_extension.rb', line 231

def to_fastruby_sexp
  FastRuby::FastRubySexp.from_sexp(self)
end