summaryrefslogtreecommitdiffstats
path: root/state.rb
diff options
context:
space:
mode:
Diffstat (limited to 'state.rb')
-rw-r--r--state.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.rb b/state.rb
index 0994c65..951c259 100644
--- a/state.rb
+++ b/state.rb
@@ -26,6 +26,7 @@ An instance of State exists whenever a state can become true without having to
toggle any other states, or whenever a state _is_ true.
=end
class State
+ attr :deps # What are our dependencies?
attr :holds # Holds that are had on this state
attr :active # Are we active?
class << self