class Cucumber::NoStepMatch
def backtrace_line
def backtrace_line @step.backtrace_line end
def file_colon_line
def file_colon_line raise "No file:line for #{@step}" unless @step.file_colon_line @step.file_colon_line end
def format_args(format)
def format_args(format) @name end
def initialize(step, name)
def initialize(step, name) @step = step @name = name end
def text_length
def text_length @step.text_length end