Top Level Namespace

Includes:
Ruby2D, Ruby2D::DSL

Defined Under Namespace

Modules: Ruby2D Classes: String

Constant Summary

Constants included from Ruby2D

Ruby2D::VERSION

Instance Method Summary collapse

Methods included from Ruby2D::DSL

#clear, #get, #hello, #on, #set, #show, #update

Instance Method Details



9
10
11
12
13
14
15
16
17
18
# File 'ext/ruby2d/extconf.rb', line 9

def print_errors(errors)
  puts "
#{"== Ruby 2D Installation Errors =============================".bold}
  
  #{"Ruby 2D found some problems and was not installed:".error}
  
  #{errors.join("\n  ")}
  
#{"============================================================".bold}"
end