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

Instance Method Details

say hello



63
# File 'lib/monofile.rb', line 63

puts Mono::Module::Monofile.banner

#optparseObject

used by monofile (built-in test/debug) command line tool



16
# File 'lib/monofile.rb', line 16

require 'optparse'

#ppObject

"prelude / prolog " add some common used stdlibs add more - why? why not?



4
# File 'lib/monofile.rb', line 4

require 'pp'