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