Class: Cartage
- Inherits:
-
Object
- Object
- Cartage
- Defined in:
- lib/cartage/rack.rb
Overview
Cartage, a package builder.
Defined Under Namespace
Classes: Rack
Class Method Summary collapse
-
.Rack(root_path = nil, &filter) ⇒ Object
Generate and mount the full metadata reporter, Cartage::Rack.
Class Method Details
.Rack(root_path = nil, &filter) ⇒ Object
Generate and mount the full metadata reporter, Cartage::Rack.
9 10 11 |
# File 'lib/cartage/rack.rb', line 9 def self.Rack(root_path = nil, &filter) Cartage::Rack.send(:new, root_path, &filter) end |