aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rake/ext/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/ext/string.rb')
-rw-r--r--lib/rake/ext/string.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rake/ext/string.rb b/lib/rake/ext/string.rb
index fb22a9deb1..be8b463e1a 100644
--- a/lib/rake/ext/string.rb
+++ b/lib/rake/ext/string.rb
@@ -4,6 +4,7 @@ require 'rake/ext/core'
# Rake extension methods for String.
#
class String
+
rake_extension("ext") do
# Replace the file extension with +newext+. If there is no extension on
# the string, append the new extension to the end. If the new extension
@@ -163,5 +164,5 @@ class String
result
end
end
-end # class String
+end