Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/tidy/demo_config.rb
Instance Method Summary collapse
Instance Method Details
#to_actionscript ⇒ Object
8 9 10 11 12 13 |
# File 'lib/tidy/demo_config.rb', line 8 def to_actionscript self self.gsub!(/\:/,"") self.gsub!("\=\>",":") self end |