lib/ruby/dots.rb in zsh_dots-0.5.6 vs lib/ruby/dots.rb in zsh_dots-0.5.7
- old
+ new
@@ -27,14 +27,18 @@
template = ERB.new File.read(path)
template.result(binding)
end
+ # Shows a String with the current version of the framework.
def self.dots_version
"DOTS version #{Dots::VERSION} - http://github.com/tubbo/dots"
end
def dots_version
self.dots_version
end
+
+ # The home directory for the current user.
+ HOME = ENV['HOME']
end