dmarkow·12년 전·discussIt's the same in Oregon. You're not allowed to pump your own gas even if you want to.
dmarkow·13년 전·discussWhile 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년 전·discussIt 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>