class Cucumber::StepDefinitions

def to_json

def to_json
  @support_code.step_definitions.map{|stepdef| stepdef.to_hash}.to_json
end