Class: Opal::RSpec::Core::Invocations::PrintVersion
- Inherits:
-
Object
- Object
- Opal::RSpec::Core::Invocations::PrintVersion
- Defined in:
- lib/opal/rspec/configuration_parser.rb
Instance Method Summary collapse
Instance Method Details
#call(options, err, out) ⇒ Object
45 46 47 48 49 50 |
# File 'lib/opal/rspec/configuration_parser.rb', line 45 def call(, err, out) exitcode = call_before_opal(, err, out) out.puts "Opal #{Opal::VERSION}" out.puts " - opal-rspec #{Opal::RSpec::VERSION}" exitcode end |
#call_before_opal ⇒ Object
43 |
# File 'lib/opal/rspec/configuration_parser.rb', line 43 alias call_before_opal call |