Method: U3dCore::Shell#initialize
- Defined in:
- lib/u3d_core/ui/implementations/shell.rb
#initialize(test_log_buffer: nil) ⇒ Shell
test_log_buffer: by default, don’t show any logs when running tests
31 32 33 34 |
# File 'lib/u3d_core/ui/implementations/shell.rb', line 31 def initialize(test_log_buffer: nil) super() @test_log_buffer = test_log_buffer end |