module Manifester

Constants

VERSION

Public Instance Methods

instance() click to toggle source
# File lib/manifester.rb, line 20
def instance
  @instance ||= Manifester::Instance.new
end
instance=(instance) click to toggle source
# File lib/manifester.rb, line 16
def instance=(instance)
  @instance = instance
end