class Dotman::Dotfile
Public Class Methods
configure() { |config| ... }
click to toggle source
# File lib/dotman/dotfile.rb, line 3 def self.configure config = DotfileConfiguration.new @@config = config yield config end
to_script(env)
click to toggle source
# File lib/dotman/dotfile.rb, line 9 def self.to_script(env) @@config.to_script(env) end