Skip to content

Commit

Permalink
Dependor::Injectable is extended instead of included in second example
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Oct 8, 2014
1 parent d4b8c5d commit e0bdae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Injector
end

class EntryPoint
include Dependor::Injectable
extend Dependor::Injectable
inject_from Injector

inject :bar
Expand Down

0 comments on commit e0bdae2

Please sign in to comment.