lib/consolr/runners/runner.rb in consolr-1.1.1 vs lib/consolr/runners/runner.rb in consolr-1.1.2

- old
+ new

@@ -60,9 +60,13 @@ end def sensors node raise 'sensors is not implemented for this runner' end + + def sol_info node + raise 'sol info is not implemented for this runner' + end end end end