optparse-simple 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/optparse-simple.rb +1 -1
  2. metadata +1 -1
@@ -65,7 +65,7 @@ class OptParseSimple
65
65
  invalid_option = a2.detect {|x,y| x.nil? }.last
66
66
  raise "invalid option: %s not recognised" % invalid_option
67
67
  end
68
- self
68
+ @h
69
69
  end
70
70
 
71
71
  def to_h()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optparse-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors: []
7
7