Class: Carton::Box
- Inherits:
-
Ruby::Box
- Object
- Ruby::Box
- Carton::Box
- Defined in:
- lib/carton/box.rb
Instance Method Summary collapse
-
#initialize ⇒ Box
constructor
A new instance of Box.
Constructor Details
#initialize ⇒ Box
Returns a new instance of Box.
10 11 12 13 |
# File 'lib/carton/box.rb', line 10 def initialize super reset_export end |