Callbacks used by Hirb::Helpers::Table to search,sort and run custom pipe commands on arrays of hashes.
Public instance methods
z_boson_pipes_callback
(obj, options)
Processes boson’s pipes
[show source]
# File lib/boson/pipe.rb, line 141 def z_boson_pipes_callback(obj, options) Pipe.process_pipes(obj, options) end