Method: PathfinderDeckBuilder::Compiler#read_file_path

Defined in:
lib/compiler.rb

#read_file_pathObject



97
98
99
# File 'lib/compiler.rb', line 97

def read_file_path
  @myXML = Crack::XML.parse(File.read(@file_path))
end