Method: CORL::Plugin::Network#has_nodes?
- Defined in:
- lib/core/plugin/network.rb
#has_nodes?(provider = nil) ⇒ Boolean
Checks
38 39 40 |
# File 'lib/core/plugin/network.rb', line 38 def has_nodes?(provider = nil) node_config(provider).export.empty? ? false : true end |