class Spinach::Background
Attributes
feature[RW]
line[RW]
steps[RW]
Public Class Methods
new(feature)
click to toggle source
# File lib/spinach/background.rb, line 6 def initialize(feature) @feature = feature @steps = [] end