class Application
As Rake
is removed, more and more functionality and code entrypoints will migrate here
Public Instance Methods
Source
# File lib/ceedling/application.rb, line 22 def build_succeeded? return (!@failures) && @system_wrapper.ruby_success? end
Source
# File lib/ceedling/application.rb, line 18 def register_build_failure @failures = true end