Class String
In: lib/rake.rb
Parent: Object

User defined methods to be added to String.

Methods

ext  

Public Instance methods

Replace the file extension with newext. If there is no extenson on the string, append the new extension to the end. If the new extension is not given, or is the empty string, remove any existing extension.

ext is a user added method for the String class.

[Validate]