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) @step.name end
def initialize(step)
def initialize(step) @step = step end
def text_length
def text_length @step.text_length end