class Ufo::Network::Init

Public Class Methods

source_paths() click to toggle source
# File lib/ufo/network/init.rb, line 13
def self.source_paths
  [File.expand_path("../../../template/.ufo/settings/network", __FILE__)]
end

Public Instance Methods

set_network_options() click to toggle source
# File lib/ufo/network/init.rb, line 17
def set_network_options
  configure_network_settings
end
starter_files() click to toggle source
# File lib/ufo/network/init.rb, line 21
def starter_files
  filename = @options[:filename] || "default"
  template "default.yml", ".ufo/settings/network/#{filename}.yml"
end