Methods

Voodoo::CodeGenerator::SymbolsImportedAfterUseError

Error raised when a symbol is imported after it has been used.

Attributes

symbols[R]

Public Class Methods

new(symbols) click to toggle source
# File voodoo/code_generator.rb, line 86
def initialize symbols
  @symbols = symbols
  super("Symbols imported after they have been used: " +
        symbols.to_a.join(" "))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.