Method: AutomateIt::ShellManager::Link#suitability
- Defined in:
- lib/automateit/shell_manager/link.rb
#suitability(method, *args) ⇒ Object
:nodoc:
10 11 12 13 |
# File 'lib/automateit/shell_manager/link.rb', line 10 def suitability(method, *args) # :nodoc: # Level must be higher than Portable return available? ? 2 : 0 end |