Skip to content

Instantly share code, notes, and snippets.

@sbellware
Created August 5, 2010 19:15
Show Gist options
  • Select an option

  • Save sbellware/510225 to your computer and use it in GitHub Desktop.

Select an option

Save sbellware/510225 to your computer and use it in GitHub Desktop.
class Object
def self.dirname
eval "File.expand_path(File.dirname(__FILE__))"
end
end
class Bar
end
puts Bar.dirname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment