diff options
| -rw-r--r-- | state.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ class State raise NoMethodError if self.class == State @holds = Set.new - @deps = deps + @deps = deps.to_set @params = {} @active = false |
![]() |
index : upstate.git | |
| UpState, the new Upstart state engine prototype | Casey Dahlin |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | state.rb | 2 |
@@ -38,7 +38,7 @@ class State raise NoMethodError if self.class == State @holds = Set.new - @deps = deps + @deps = deps.to_set @params = {} @active = false |