class Cucumber::Core::Compiler

def pickle(pickle)

def pickle(pickle)
  test_case = create_test_case(pickle)
  test_case.describe_to(receiver)
end