ruleby 0.9.b2 → 0.9.b3

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/dsl/ferrari.rb +8 -0
  2. metadata +1 -1
@@ -162,6 +162,14 @@ module Ruleby
162
162
  @condition = condition
163
163
  end
164
164
 
165
+ def size
166
+ 1
167
+ end
168
+
169
+ def first
170
+ self
171
+ end
172
+
165
173
  def flatten_patterns
166
174
  Container.new(:and, self)
167
175
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ruleby
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 0.9.b2
5
+ version: 0.9.b3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joe Kutner