Class: RSpecGherkin::Builder::Background

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec-gherkin/builder.rb

Instance Method Summary collapse

Constructor Details

#initialize(raw) ⇒ Background

Returns a new instance of Background.



44
45
46
# File 'lib/rspec-gherkin/builder.rb', line 44

def initialize(raw)
  @raw = raw
end