Method: Bmg::Operator::Autosummarize.y_by_x

Defined in:
lib/bmg/operator/autosummarize.rb

.y_by_x(*args) ⇒ Object



41
42
43
# File 'lib/bmg/operator/autosummarize.rb', line 41

def self.y_by_x(*args)
  YByX.new(*args)
end