Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rake/extensions.rb
Instance Method Summary collapse
Instance Method Details
#prettyPrint(result, prefix) ⇒ Object
47 48 49 |
# File 'lib/rake/extensions.rb', line 47 def prettyPrint(result, prefix) result.puts(prefix+'="'+to_s+'"'); end |