Module: SimCtl::Command::OpenUrl
- Included in:
- SimCtl::Command
- Defined in:
- lib/simctl/command/openurl.rb
Instance Method Summary collapse
-
#open_url(device, url) ⇒ void
Opens a url.
Instance Method Details
#open_url(device, url) ⇒ void
This method returns an undefined value.
Opens a url
11 12 13 |
# File 'lib/simctl/command/openurl.rb', line 11 def open_url(device, url) Executor.execute(command_for('openurl', device.udid, Shellwords.shellescape(url))) end |