lib/cucumber/ast/py_string.rb in cucumber-0.3.96 vs lib/cucumber/ast/py_string.rb in cucumber-0.3.97
- old
+ new
@@ -14,10 +14,10 @@
# The StepDefinition can then access the String via the #to_s method. In the
# example above, that would return: <tt>"I like\nCucumber sandwich"</tt>
#
# Note how the indentation from the source is stripped away.
#
- class PyString
+ class PyString #:nodoc:
def self.default_arg_name
"string"
end
def initialize(start_line, end_line, string, quotes_indent)