Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created March 26, 2010 16:10
Show Gist options
  • Save workmad3/345057 to your computer and use it in GitHub Desktop.
Save workmad3/345057 to your computer and use it in GitHub Desktop.
class File
def self.basename_without_ext(filename)
File.basename(filename, ".*")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment