lib/vedeu/bindings/system.rb in vedeu-0.4.57 vs lib/vedeu/bindings/system.rb in vedeu-0.4.58

- old
+ new

@@ -192,10 +192,10 @@ # @example # Vedeu.trigger(:_mode_switch_) # # @return [void] def mode_switch! - Vedeu.bind(:_mode_switch_) { fail ModeSwitch } + Vedeu.bind(:_mode_switch_) { fail Vedeu::ModeSwitch } end # Will cause the named interface to refresh, or if a name is not given, # will refresh all interfaces. #