Module: Treebis::Shellopts

Included in:
Task::RunContext
Defined in:
lib/treebis.rb

Instance Method Summary collapse

Instance Method Details

#shellopts(hash) ⇒ Object



494
495
496
# File 'lib/treebis.rb', line 494

def shellopts hash
  hash.map.flatten.reject{|x| x.empty? || x.nil? }
end