Method: Boxen::Check.run
- Defined in:
- lib/boxen/check.rb
.run(config) ⇒ Object
Check each instance against ‘config`.
27 28 29 |
# File 'lib/boxen/check.rb', line 27 def self.run(config) checks(config).each { |check| check.run unless check.ok? } end |