Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ztk/google_chart/base.rb

Instance Method Summary collapse

Instance Method Details

#__fix_dateObject



2
3
4
# File 'lib/ztk/google_chart/base.rb', line 2

def __fix_date
  self.gsub(/"new/, 'new').gsub(/\)"/, ')')
end