Method: Plist::PDate#to_ruby

Defined in:
lib/plist/parser.rb

#to_rubyObject



244
245
246
# File 'lib/plist/parser.rb', line 244

def to_ruby
  DateTime.parse(text)
end