Class: Ubi::Impero
- Inherits:
-
Thor
- Object
- Thor
- Ubi::Impero
- Defined in:
- lib/ubi/impero.rb
Overview
Impero: I command!
Instance Method Summary collapse
Instance Method Details
#find(name) ⇒ Object
18 19 20 |
# File 'lib/ubi/impero.rb', line 18 def find(name) Ubi::Artifex.new(name: name).spec end |
#site(*url) ⇒ Object
30 31 32 |
# File 'lib/ubi/impero.rb', line 30 def site(*url) Ubi::Artifex.new(urls: url).spec end |