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