rabbit-slide-kou-devmi-2013 2013.3.2.1 → 2013.3.2.3
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.
@@ -31,7 +31,7 @@
|
|
31
31
|
def initialize
|
32
32
|
@mutex = Mutex.new
|
33
33
|
end
|
34
|
-
def
|
34
|
+
def data=(data)
|
35
35
|
@mutex.synchronize do
|
36
36
|
@data = data
|
37
37
|
end
|
@@ -45,7 +45,7 @@
|
|
45
45
|
def initialize
|
46
46
|
@mutex = Mutex.new
|
47
47
|
end
|
48
|
-
def
|
48
|
+
def data=(data)
|
49
49
|
synchronize do
|
50
50
|
@data = data
|
51
51
|
end
|
@@ -71,11 +71,7 @@
|
|
71
71
|
* 読む人がいる
|
72
72
|
* コードは書いた人の意図を語る
|
73
73
|
|
74
|
-
=
|
75
|
-
|
76
|
-
読みやすい\nコード
|
77
|
-
|
78
|
-
= 読みやすいコード
|
74
|
+
= リーダブルなコード
|
79
75
|
|
80
76
|
* わかりやすい(('note:(書いた人の意図が)'))
|
81
77
|
* 直しやすい
|
data/config.yaml
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-devmi-2013
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2013.3.2.
|
4
|
+
version: 2013.3.2.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rabbit
|