Top Level Namespace
Defined Under Namespace
Modules: Mono Classes: Monofile, Mononame, Monopath
Constant Summary collapse
- MonoName =
add some convenience alias for alternate spelling (CamelCase)
Mononame- MonoPath =
Monopath- MonoFile =
Monofile
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
#banner ⇒ Object
say hello
63 |
# File 'lib/monofile.rb', line 63 puts Mono::Module::Monofile. |
#optparse ⇒ Object
used by monofile (built-in test/debug) command line tool
16 |
# File 'lib/monofile.rb', line 16 require 'optparse' |
#pp ⇒ Object
"prelude / prolog " add some common used stdlibs add more - why? why not?
4 |
# File 'lib/monofile.rb', line 4 require 'pp' |