Class: Robro::UserScripts::Base
- Inherits:
-
Object
- Object
- Robro::UserScripts::Base
- Defined in:
- lib/robro/user_scripts.rb
Instance Method Summary collapse
Instance Method Details
#browser ⇒ Object
36 37 38 |
# File 'lib/robro/user_scripts.rb', line 36 def browser Robro.browser end |
#commands ⇒ Object
40 41 42 |
# File 'lib/robro/user_scripts.rb', line 40 def commands raise NotImplementedError end |