Method: PathfinderDeckBuilder::Compiler#initialize
- Defined in:
- lib/compiler.rb
#initialize(file_path) ⇒ Compiler
Returns a new instance of Compiler.
22 23 24 |
# File 'lib/compiler.rb', line 22 def initialize(file_path) @file_path = file_path end |