Top Level Namespace
- Includes:
- Hem::Helper
Defined Under Namespace
Modules: DeepStruct, Hem, Rake Classes: Slop
Constant Summary collapse
- Hobo =
Hobo BC
Hem- HOBO_TASKS_MAGENTO_DEPRECATION =
1
Instance Method Summary collapse
Methods included from Hem::Helper
#bundle_shell, #chunk_line_iterator, #convert_args, #create_command, #create_mysql_command, #get_run_environment, #http_download, #locate, #parse_github_url, #run, #shell, #vm_command, #vm_mysql, #vm_shell
Instance Method Details
#maybe(val) ⇒ Object
29 30 31 |
# File 'lib/hem/null.rb', line 29 def maybe val val.nil? ? nil : val end |