Top Level Namespace
Defined Under Namespace
Modules: Cocos
Constant Summary collapse
- Coco =
convenience alias (use plural or singual)
Cocos
Instance Method Summary collapse
-
#banner ⇒ Object
say hello.
-
#optparse ⇒ Object
used by monofile (built-in test/debug) command line tool.
-
#pp ⇒ Object
“prelude / prolog ” add some common used stdlibs add more - why? why not?.
Instance Method Details
#optparse ⇒ Object
used by monofile (built-in test/debug) command line tool
16 |
# File 'lib/cocos.rb', line 16 require 'optparse' |
#pp ⇒ Object
“prelude / prolog ” add some common used stdlibs
add more - why? why not?
4 |
# File 'lib/cocos.rb', line 4 require 'pp' |