Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/html-to-css.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



9
10
11
# File 'lib/html-to-css.rb', line 9

def to_h()    
  Hash[self.gsub(/\n/,'').split(/;\s*/).map{|x| x.split(/:/,2).map(&:strip)}]
end