Awesome
PictRubyGems
Sample Code of PictRuby.
Install get_sample script
1. Copy below script
# # get_sample
#
# ## Description
# Show sample code from PictRubyGems
def main
url = "http://raw.githubusercontent.com"
name = Popup.input "Name?(e.g. 'sepia' or 'ja/heisei')"
name = URI.encode_www_form_component name
Browser.get "#{url}/ongaeshi/PictRubyGems/master/#{name}.rb"
end
2. Install
- Tap '+'
- New File: "get_sample" -> OK
- Tap "get_sample"
- Long tap text area -> "Select All" -> "Paste"
3. Run
- Tap "get_sample"
- Tap Run
- Name?: "SCRIPT NAME" (e.g. 'sepia' or 'ja/heisei') -> OK
- Script is displayed
- Copy script to clipboard if tap the "Save" button