module RubyUs
Constants
- VERSION
Public Instance Methods
timestamp()
click to toggle source
# File lib/ruby_us.rb, line 17 def timestamp Time.now.strftime "%y%m%d%H%M%S%L%N" end
Private Instance Methods
lib_path()
click to toggle source
# File lib/ruby_us.rb, line 8 def lib_path File.join(root_path, "lib") end
root_path()
click to toggle source
# File lib/ruby_us.rb, line 4 def root_path File.expand_path("../..", __FILE__) end
spec_name()
click to toggle source
# File lib/ruby_us.rb, line 12 def spec_name File.basename __FILE__, ".rb" end