dmarkow·12 年前·議論It's the same in Oregon. You're not allowed to pump your own gas even if you want to.
dmarkow·13 年前·議論While RM-3 itself is only 4 months old, the bug's been around and discussed since RubyMotion first came out (e.g. http://blog.blazingcloud.net/2012/07/16/rubymotion-block-sco...).They used a bug tracker that wasn't publicly viewable until they migrated everything to YouTrack earlier this year (I reported it last August).
dmarkow·14 年前·議論It doesn't look like it. You need to use the iOS alternatives (in this case, NSDate). (main)>> require 'date' => #<RuntimeError: #require is not supported in RubyMotion> (main)>> Date => #<NameError: uninitialized constant Date>