Method: ArelConverter::Base#initialize
- Defined in:
- lib/arel_converter/base.rb
#initialize(path, options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/arel_converter/base.rb', line 6 def initialize(path, = {}) @path = path @options = {dry_run: false}.merge() end |