Method: ArduinoCI::ArduinoDownloader#package_file
- Defined in:
- lib/arduino_ci/arduino_downloader.rb
#package_file ⇒ string
The local file (dir) name of the desired IDE package (zip/tar/etc)
51 52 53 |
# File 'lib/arduino_ci/arduino_downloader.rb', line 51 def package_file self.class.must_implement(__method__) end |