Method: Resource#initialize
- Defined in:
- lib/den/resource.rb
#initialize(file) ⇒ Resource
Initialize the object
5 6 7 8 |
# File 'lib/den/resource.rb', line 5 def initialize(file) @file = file process end |
Initialize the object
5 6 7 8 |
# File 'lib/den/resource.rb', line 5 def initialize(file) @file = file process end |