Methods

Voodoo::CodeGenerator::SymbolsExportedAfterUseError

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

Attributes

symbols[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.