Class: StoryReader

Inherits:
SimpleDSL show all
Defined in:
lib/clitasks/story_reader.rb

Instance Method Summary collapse

Methods inherited from SimpleDSL

custom, fields, groups, values

Constructor Details

#initialize(name, &block) ⇒ StoryReader

Returns a new instance of StoryReader.



2
3
4
5
# File 'lib/clitasks/story_reader.rb', line 2

def initialize(name, &block)
  @name = name
  instance_eval &block
end