Module: Icebox
- Defined in:
- lib/icebox.rb
Defined Under Namespace
Classes: Icebox
Class Method Summary collapse
Class Method Details
.new(*args, &block) ⇒ Object
5 6 7 |
# File 'lib/icebox.rb', line 5 def self.new(*args, &block) Icebox.new(*args, &block) end |