bets 0.0.16 → 0.0.17
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/bets/version.rb +1 -1
- data/lib/bets.rb +1 -1
- metadata +1 -1
data/lib/bets/version.rb
CHANGED
data/lib/bets.rb
CHANGED
|
@@ -833,7 +833,7 @@ module RulesDebuger
|
|
|
833
833
|
|
|
834
834
|
def refresh_console
|
|
835
835
|
@mi_console.active = true
|
|
836
|
-
@txv_console.buffer.text = @stdout_stream.string
|
|
836
|
+
@txv_console.buffer.text = @stdout_stream.string.encode('UTF-8')
|
|
837
837
|
# @txv_console.scroll_to_iter(@txv_console.buffer.end_iter, 0.25, false, 0, 0)
|
|
838
838
|
end
|
|
839
839
|
|