class Ubi::Impero

Impero: I command!

Public Instance Methods

find(name) click to toggle source
# File lib/ubi/impero.rb, line 18
def find(name)
  Ubi::Artifex.new(name: name).spec
end
site(*url) click to toggle source
# File lib/ubi/impero.rb, line 30
def site(*url)
  Ubi::Artifex.new(urls: url).spec
end