Method: Webroar::Dependency#initialize

Defined in:
lib/dependencies.rb

#initialize(name) ⇒ Dependency

Returns a new instance of Dependency.



23
24
25
26
# File 'lib/dependencies.rb', line 23

def initialize(name)
  @name = name
  @options = nil
end