class Lucid::AST::EmptyBackground

Attributes

feature[RW]
file[W]

Public Instance Methods

accept(visitor) click to toggle source
# File lib/lucid/ast/empty_background.rb, line 28
def accept(visitor)
end
create_step_invocations(step_invocations) click to toggle source
# File lib/lucid/ast/empty_background.rb, line 17
def create_step_invocations(step_invocations)
  StepInvocations.new(step_invocations)
end
failed?() click to toggle source
# File lib/lucid/ast/empty_background.rb, line 9
def failed?
  false
end
feature_elements() click to toggle source
# File lib/lucid/ast/empty_background.rb, line 13
def feature_elements
  []
end
init() click to toggle source
# File lib/lucid/ast/empty_background.rb, line 25
def init
end
step_invocations() click to toggle source
# File lib/lucid/ast/empty_background.rb, line 21
def step_invocations
  []
end