# File lib/vagrant_cloud/account.rb, line 86
    def get_box(name, data = nil)
      Box.new(self, name, data)
    end