Assemble Adafruit Ultimate device (connecting wifi USB)
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
Assemble Adafruit Ultimate device (connecting wifi USB)
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
| class FollowupPromptCell < PM::TableViewCell | |
| def rmq_build | |
| content.append!(UILabel, :followup_prompt_cell_label) | |
| apply_style :followup_prompt_cell | |
| end | |
| def content | |
| find(self.contentView) | |
| end |