module Usine
Constants
- VERSION
Public Class Methods
operation(operation, *args, &block)
click to toggle source
# File lib/usine.rb, line 23 def operation(operation, *args, &block) self.operations << OperationFactory.new(operation, &block) end