Class: Pathway::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/pathway.rb

Defined Under Namespace

Classes: DSL

Class Method Summary collapse

Class Method Details

.inherited(subclass) ⇒ Object



26
27
28
29
# File 'lib/pathway.rb', line 26

def inherited(subclass)
  super
  subclass.const_set :DSL, Class.new(self::DSL)
end