class Cucumber::Formatter::Json

def internal_hook?(test_step)

def internal_hook?(test_step)
  test_step.location.file.include?('lib/cucumber/')
end