class Cucumber::Formatters::PrettyFormatter

def source_comment(step)

def source_comment(step)
  _, _, proc = step.regexp_args_proc(@step_mother)
  comment(proc.to_comment_line)
end