Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Sep 8, 2015
1 parent 756c3e8 commit 22a2d28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mrblib/jruby_opts_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class JRubyOptsParser

def self.parse!(opts)
p = new(opts)
# raise ArgumentError.new("Invalid CLI Options") unless p.valid?
p
end

attr_reader :ruby_opts
Expand Down Expand Up @@ -108,7 +110,7 @@ def parse(opts)
elsif opt == "--sample"
@java_opts << "-Xprof"
elsif opt == "--1.8"
puts "warning: --1.8 ignored"
puts "warning: --1.8 ignored"
elsif opt == "--1.9"
puts "warning: --1.9 ignored"
elsif opt == "--2.0"
Expand Down

0 comments on commit 22a2d28

Please sign in to comment.