Method: CSquare::Generator::Op#initialize
- Defined in:
- lib/csquare/generator/op.rb
#initialize(blueprint, id) ⇒ Op
Returns a new instance of Op.
2 3 4 5 6 |
# File 'lib/csquare/generator/op.rb', line 2 def initialize blueprint, id @blueprint = blueprint @id = id @patterns = {} end |