Class: Shoestring::Base
- Inherits:
-
Object
- Object
- Shoestring::Base
- Defined in:
- lib/shoestring.rb
Direct Known Subclasses
Bundler, Cache, CopyConfigFile, Generic, Homebrew, Migration, Postgres, Pow, PowDns, Rbenv
Class Method Summary collapse
Class Method Details
.check(*args, &block) ⇒ Object
6 7 8 |
# File 'lib/shoestring.rb', line 6 def self.check(*args, &block) self.new(*args, &block).check end |