Class: Carton::Exports

Inherits:
Module
  • Object
show all
Defined in:
lib/carton/exports.rb

Instance Method Summary collapse

Constructor Details

#initialize(values = {}) ⇒ Exports

Returns a new instance of Exports.



7
8
9
10
11
12
# File 'lib/carton/exports.rb', line 7

def initialize(values = {})
  super()
  @values = values
  @lookup = {}
  define_exports
end