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
-
#s(*args) ⇒ Object
This is a very important shortcut to make using Sexps much more awesome.
Instance Method Details
#s(*args) ⇒ Object
This is a very important shortcut to make using Sexps much more awesome.
336 337 338 |
# File 'lib/sexp.rb', line 336 def s(*args) Sexp.new(*args) end |