Top Level Namespace
Defined Under Namespace
Modules: Libconsole Classes: MyClass
Instance Method Summary collapse
Instance Method Details
#bar(c) ⇒ Object
116 117 118 |
# File 'lib/libconsole/lang/js_test.rb', line 116 def (c) c.trace end |
#foo(c) ⇒ Object
114 115 116 117 118 119 120 |
# File 'lib/libconsole/lang/js_test.rb', line 114 def foo(c) c.trace("foo") def (c) c.trace end (c) end |