Class: GoodMode
Instance Method Summary collapse
Methods inherited from Mode
Constructor Details
This class inherits a constructor from Mode
Instance Method Details
#write ⇒ Object
4 5 6 7 8 9 |
# File 'lib/grundler/good_mode.rb', line 4 def write notify File.write(file_path, untar) rescue Mode::NoEntryPointError puts "\e[31mNo entry point found for file #{@version["name"]}\e[0m" end |