Parent

Class/Module Index [+]

Quicksearch

Cucumber::Ast::PyString::Builder

Attributes

string[R]

Public Class Methods

new() click to toggle source
# File lib/cucumber/ast/py_string.rb, line 23
def initialize
  @string = ''
end

Public Instance Methods

eof() click to toggle source
# File lib/cucumber/ast/py_string.rb, line 31
def eof
end
py_string(string, line_number) click to toggle source
# File lib/cucumber/ast/py_string.rb, line 27
def py_string(string, line_number)
  @string = string
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.