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