class Object
Public Instance Methods
path_to_resources(path)
click to toggle source
# File lib/spacebunny.rb, line 21 def path_to_resources(path) File.join(File.dirname(File.expand_path(__FILE__)), path) end