Module: Arduino::ErrorImprover
Instance Method Summary collapse
Instance Method Details
#improve(message) ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/arduino-mk/error_improver.rb', line 2 def improve() case when /Arduino port (.*) not found!/ + boilerplate(ports($1)) else + boilerplate(boards) end end |