Method: Jets::Stack::Depends::Item#initialize

Defined in:
lib/jets/stack/depends/item.rb

#initialize(stack, options = {}) ⇒ Item

Returns a new instance of Item.



13
14
15
16
# File 'lib/jets/stack/depends/item.rb', line 13

def initialize(stack, options={})
  @stack = stack # should be underscore format. IE: admin/posts_controller
  @options = options
end