module Vana

vana, approved by servers everywhere

Public Instance Methods

hosts(*a, &b) click to toggle source
# File lib/vana/main.rb, line 15
def hosts(*a, &b)
  h = Hosts.new(*a, &b)
  h.execute
end