Exception: Tomo::Runtime::ConcurrentRubyLoadError
- Defined in:
- lib/tomo/runtime/concurrent_ruby_load_error.rb
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
Methods inherited from Error
Methods included from Colors
Instance Attribute Details
#version ⇒ Object
Returns the value of attribute version.
4 5 6 |
# File 'lib/tomo/runtime/concurrent_ruby_load_error.rb', line 4 def version @version end |
Instance Method Details
#to_console ⇒ Object
6 7 8 9 10 11 |
# File 'lib/tomo/runtime/concurrent_ruby_load_error.rb', line 6 def to_console " Running tasks on multiple hosts requires the \#{yellow('concurrent-ruby')} gem.\n To install it, \#{install_instructions}\n ERROR\nend\n" |