Class: Opal::RSpec::Core::Invocations::PrintVersion

Inherits:
Object
  • Object
show all
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(options, err, out)
  exitcode = call_before_opal(options, err, out)
  out.puts "Opal #{Opal::VERSION}"
  out.puts "  - opal-rspec #{Opal::RSpec::VERSION}"
  exitcode
end

#call_before_opalObject



43
# File 'lib/opal/rspec/configuration_parser.rb', line 43

alias call_before_opal call