Top Level Namespace

Defined Under Namespace

Modules: Noodle

Instance Method Summary collapse

Instance Method Details

#show_help(opts, out = $stdout) ⇒ Object



29
30
31
32
33
# File 'bin/noodle', line 29

def show_help(opts, out=$stdout)
  puts <<END_COMMANDS
END_COMMANDS
  puts opts
end