class Cucumber::Formatter::Stepdefs

Public Instance Methods

max_step_length() click to toggle source
# File lib/cucumber/formatter/stepdefs.rb, line 9
def max_step_length
  0
end
print_steps(stepdef_key) click to toggle source