class Plist::PDate

Public Instance Methods

to_ruby() click to toggle source
# File lib/plist/parser.rb, line 226
def to_ruby
  DateTime.parse(text)
end