class Object

Public Instance Methods

_write(filename, text, value) click to toggle source
# File lib/sublimetheme.rb, line 4
def _write(filename, text, value)
        filename.puts("\t\t\t\t<key>%s</key>\n\t\t\t\t<string>%s</string>" % [text, value])
end