Skip to content

Commit

Permalink
making children order dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 13, 2013
1 parent 4fef4c9 commit f7d3f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/launchy/descendant_tracker.rb
Expand Up @@ -30,7 +30,7 @@ def inherited( klass )
#
def children
unless defined? @children
@children = Set.new
@children = Array.new
end
return @children
end
Expand Down

0 comments on commit f7d3f04

Please sign in to comment.