Sha256: d09893da6e3c91becf8d493d7f4a1a466bbf028e2441add60b34ae52400a6399
Contents?: true
Size: 378 Bytes
Versions: 9
Compression:
Stored size: 378 Bytes
Contents
require 'vhost_generator/application' module VhostGenerator # VhostGenerator module singleton methods. # class << self # Current VhostGenerator Application def application @application ||= VhostGenerator::Application.new end # Set the current VhostGenerator application object. def application=(app) @application = app end end end
Version data entries
9 entries across 9 versions & 1 rubygems