plain_speech_balloon 0.0.52 → 0.0.53
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.
- data/lib/plain_speech_balloon/version.rb +1 -1
- data/lib/plain_speech_balloon.rb +3 -3
- metadata +1 -1
data/lib/plain_speech_balloon.rb
CHANGED
@@ -41,14 +41,14 @@ module PlainSpeechBalloon
|
|
41
41
|
|
42
42
|
def balloon_extend
|
43
43
|
self.new_balloon unless @balloon_extend
|
44
|
-
@balloon_extend
|
44
|
+
@balloon_extend
|
45
45
|
end
|
46
46
|
|
47
47
|
def balloon_extend= params
|
48
48
|
@balloon_extend = PlainSpeechBalloon::Balloon.new params
|
49
49
|
end
|
50
50
|
|
51
|
-
def
|
51
|
+
def new_balloon params = {}
|
52
52
|
@balloon_extend = PlainSpeechBalloon::Balloon.new params
|
53
53
|
@balloon_extend.supply_default
|
54
54
|
end
|
@@ -80,7 +80,7 @@ module PlainSpeechBalloon
|
|
80
80
|
|
81
81
|
def speech_extend
|
82
82
|
self.new_speech unless @speech_extend
|
83
|
-
@speech_extend
|
83
|
+
@speech_extend
|
84
84
|
end
|
85
85
|
|
86
86
|
def speech_extend= params
|