Top Level Namespace

Defined Under Namespace

Modules: SexpMatchSpecials Classes: CompositeSexpProcessor, NotEmptyError, Object, Sexp, SexpAny, SexpMatchSpecial, SexpProcessor, SexpProcessorError, SexpTypeError, Unique, UnknownNodeError, UnsupportedNodeError

Instance Method Summary collapse

Instance Method Details

#s(*args) ⇒ Object

This is just a stupid shortcut to make indentation much cleaner.



298
299
300
# File 'lib/sexp.rb', line 298

def s(*args)
  Sexp.new(*args)
end