module Cucumber::FeatureElement

def attach_steps(steps)

def attach_steps(steps)
  steps.each {|step| step.feature_element = self}
end