lib/woyo/world/way.rb in woyo-world-0.0.7 vs lib/woyo/world/way.rb in woyo-world-0.0.8
- old
+ new
@@ -45,10 +45,9 @@
self.open!
else
raise "Symbol required, but #{arg.class} : '#{arg}' given."
end
end
-
def go
{ go: open?, going: self.going }
end