Class: Cartage

Inherits:
Object
  • Object
show all
Defined in:
lib/cartage/rack.rb

Overview

Cartage, a package builder.

Defined Under Namespace

Classes: Rack

Class Method Summary collapse

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