module Path53

Public Class Methods

change(zone) click to toggle source
# File lib/path53.rb, line 4
def self.change(zone)
  ChangeSet.new(zone)
end