Class: Aygabtu::Generator

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

Instance Method Summary collapse

Constructor Details

#initialize(scope, example_group) ⇒ Generator



5
6
7
# File 'lib/aygabtu/generator.rb', line 5

def initialize(scope, example_group)
  @scope, @example_group = scope, example_group
end