Module: YawlRails::ProcessesHelper
- Defined in:
- app/helpers/yawl_rails/processes_helper.rb
Instance Method Summary collapse
Instance Method Details
#pretty_print_hash(hash) ⇒ Object
5 6 7 8 |
# File 'app/helpers/yawl_rails/processes_helper.rb', line 5 def pretty_print_hash(hash) PP.pp(hash, out='') out end |