Method: String#to_date

Defined in:
lib/ruby/jruby_hack.rb

#to_dateObject



613
614
615
# File 'lib/ruby/jruby_hack.rb', line 613

def to_date
  Date.parse(self)
end