# File lib/moped/node.rb, line 71 def auto_discovering? @auto_discovering ||= options[:auto_discover].nil? ? true : options[:auto_discover] end