Method: Codependency::Path#initialize
- Defined in:
- lib/codependency/path.rb
#initialize(extensions = %w| .rb | ) ⇒ Path
Returns a new instance of Path.
6 7 8 |
# File 'lib/codependency/path.rb', line 6 def initialize( extensions=%w| .rb | ) @extensions = Array(extensions) end |