Builder

                                                                    

BlankSlate has been promoted to a top level name and is now available as a standalone gem. We make the name available in the Builder namespace for compatibility.


If the Builder::XChar module is not currently defined, fail on any name clashes in standard library classes.


Constants

BlankSlate
BlankSlate

Public Class Methods

check_for_name_collision(klass, method_name, defined_constant=nil) click to toggle source
    # File lib/builder/xchar.rb, line 12
12:   def self.check_for_name_collision(klass, method_name, defined_constant=nil)
13:     if klass.method_defined?(method_name.to_s)
14:       fail RuntimeError,
15:         "Name Collision: Method '#{method_name}' is already defined in #{klass}"
16:     end
17:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.