Parent

Methods

Class/Module Index [+]

Quicksearch

Rouge::Lexer::AmbiguousGuess

Attributes

alternatives[R]

Public Class Methods

new(alternatives) click to toggle source
# File lib/rouge/lexer.rb, line 123
def initialize(alternatives); @alternatives = alternatives; end

Public Instance Methods

message() click to toggle source
# File lib/rouge/lexer.rb, line 125
def message
  "Ambiguous guess: can't decide between #{alternatives.map(&:tag).inspect}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.