Top Level Namespace

Includes:
Hobo::Helper

Defined Under Namespace

Modules: DeepStruct, Hobo, Rake Classes: Slop

Instance Method Summary collapse

Methods included from Hobo::Helper

#bundle_shell, #chunk_line_iterator, #http_download, #locate, #shell, #vm_command, #vm_mysql, #vm_shell

Instance Method Details

#maybe(val) ⇒ Object



29
30
31
# File 'lib/hobo/null.rb', line 29

def maybe val
  val.nil? ? nil : val
end