Parent

Methods

Gherkin::I18nLexer

The main entry point to lexing Gherkin source.

Attributes

i18n_language[R]

Public Class Methods

new(listener, force_ruby=false) click to toggle source
# File lib/gherkin/i18n_lexer.rb, line 15
def initialize(listener, force_ruby=false)
  @listener = listener
  @force_ruby = force_ruby
end

Public Instance Methods

scan(source, uri, offset) click to toggle source
# File lib/gherkin/i18n_lexer.rb, line 20
def scan(source, uri, offset)
  create_delegate(source).scan(source, uri, offset)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.