lib/rio/path/reset.rb in rio-0.3.4 vs lib/rio/path/reset.rb in rio-0.3.6

- old
+ new

@@ -42,10 +42,10 @@ module Path # Base class for states that keep path information in a string # For now this is all states, but that could change class Reset < State::Base def base_state() -# p "RETURNING WIERD BASE STATE" + #p "RETURNING WIERD BASE STATE" Reset end def check?() true end def pathempty() become('Path::Empty') end