I'm looking over various Ruby gems that are tested using Cucumber, and I see this kind of line in the feature files:
Given a file named "myfile.txt":
and I can see it successfully run, but I can't find the step definition, which makes me think it's a "core" step that's defined by Cucumber rather than my code, only I can't find the docs of code for those "core" steps.