capykit 0.0.40 → 0.0.41

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.
@@ -9,8 +9,7 @@ module Capykit::Base::Util
9
9
  nil
10
10
  else
11
11
  runs=[]
12
- sym=arg.shift
13
- exec=execute_methods(sym)
12
+ exec=execute_methods
14
13
  arg.each do |oth|
15
14
  mul=(oth.to_s[-1,1]=='_')
16
15
  rgx=mul ? /#{oth}/ : /#{oth}$/
@@ -18,7 +17,7 @@ module Capykit::Base::Util
18
17
  end
19
18
  p runs
20
19
  runs.each do|xx|
21
- met="#{sym}#{xx}"
20
+ met="x_#{xx}"
22
21
  puts met
23
22
  self.send met
24
23
  end
@@ -1,3 +1,3 @@
1
1
  module Capykit
2
- VERSION = "0.0.40"
2
+ VERSION = "0.0.41"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capykit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 40
10
- version: 0.0.40
9
+ - 41
10
+ version: 0.0.41
11
11
  platform: ruby
12
12
  authors:
13
13
  - Widi Harsojo