Class: Carton::Box

Inherits:
Ruby::Box
  • Object
show all
Defined in:
lib/carton/box.rb

Instance Method Summary collapse

Constructor Details

#initializeBox

Returns a new instance of Box.



10
11
12
13
# File 'lib/carton/box.rb', line 10

def initialize
  super
  reset_export
end