Skip to content

Instantly share code, notes, and snippets.

@jewel12
Created November 23, 2012 02:49
Show Gist options
  • Save jewel12/4133808 to your computer and use it in GitHub Desktop.
Save jewel12/4133808 to your computer and use it in GitHub Desktop.
require 'pathname'
puts File.expand_path(File.join( File.dirname(__FILE__), "../lib/yamada" ))
puts Pathname(__FILE__).dirname.expand_path + "../lib/yamada"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment