Module: Boson::Pipe::TableCallbacks
- Defined in:
- lib/boson/pipe.rb
Overview
Callbacks used by Hirb::Helpers::Table to search,sort and run custom pipe commands on arrays of hashes.
Instance Method Summary collapse
-
#z_boson_pipes_callback(obj, options) ⇒ Object
Processes boson’s pipes.
Instance Method Details
#z_boson_pipes_callback(obj, options) ⇒ Object
Processes boson’s pipes
141 142 143 |
# File 'lib/boson/pipe.rb', line 141 def z_boson_pipes_callback(obj, ) Pipe.process_pipes(obj, ) end |