Method: Monolens::Command#execute_tests!
- Defined in:
- lib/monolens/command.rb
#execute_tests!(lens) ⇒ Object
62 63 64 65 |
# File 'lib/monolens/command.rb', line 62 def execute_tests!(lens) require_relative 'command/tester' Tester.new(self).call(lens) end |