Parent

Methods

Class/Module Index [+]

Quicksearch

Gherkin::Lexer::I18nLexer

The main entry point to lexing Gherkin source.

Attributes

i18n_language[R]

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.