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

Instance Method Details

#z_boson_pipes_callback(obj, options) ⇒ Object

Processes boson’s pipes



150
151
152
# File 'lib/boson/pipe.rb', line 150

def z_boson_pipes_callback(obj, options)
  Pipe.process_pipes(obj, options)
end