Top Level Namespace

Defined Under Namespace

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

Instance Method Summary collapse

Instance Method Details

#s(*args) ⇒ Object

This is a very important shortcut to make using Sexps much more awesome.



332
333
334
# File 'lib/sexp.rb', line 332

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