phrase_assembler 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pa_proxies/pa_user_proxy.rb +4 -0
  2. metadata +3 -3
@@ -31,6 +31,10 @@ class PAUserProxy
31
31
  end
32
32
  end
33
33
 
34
+ def length
35
+ return self.proxy.length
36
+ end
37
+
34
38
  def [](index)
35
39
  proxy = self.proxy[index]
36
40
  if proxy.data.is_a? String
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrase_assembler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 2
10
- version: 1.2.2
9
+ - 3
10
+ version: 1.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Lovro \xC5\xBDmak, Radan Skori\xC4\x87, Drap"