Method: CORL::Build#initialize
- Defined in:
- lib/core/build.rb
#initialize ⇒ Build
Constructor / destructor
8 9 10 11 12 13 14 |
# File 'lib/core/build.rb', line 8 def initialize @config = Config.new({}, {}, true, false) @locations = Config.new({}, {}, true, false) @plurals = {} @types = {} end |