0
0
Fork 0

Fix some whitespaces and return at EOF

This commit is contained in:
Stormwind 2015-10-22 12:11:16 +02:00
parent 14fbd23852
commit b8cb251ef8
9 changed files with 9 additions and 10 deletions

View File

@ -33,9 +33,9 @@ module Rubella
[" ", " ", "", "", "", "", "", "", "", ""]
@symbols["shades_ascii"] =
[" ", "·", "", "", "@", "#", "", "", "", ""]
@symbols["ascii"] =
@symbols["ascii"] =
[" ", "·", ",", ";", "o", "O", "%", "8", "@", "#"]
@symbols["numbers"] =
@symbols["numbers"] =
[" ", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
self.used_symbols = "shades_ascii"

View File

@ -54,4 +54,3 @@ end
class Rubella::Output::AsciiImplementation < Rubella::Output::Base
attr_reader :data
end