nuke whitespace

This commit is contained in:
Corey Donohoe
2012-04-10 18:38:04 -07:00
parent 8ee52e7d05
commit d6a4009989
14 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ module Gollum
#
# filename - The string path or filename to strip
#
# Returns the stripped String.
# Returns the stripped String.
def self.strip_filename(filename)
::File.basename(filename, ::File.extname(filename))
end