Merge pull request #2 from endorama/master
Resolve Can't infer the type of instance variable '@chars' of Spin
This commit is contained in:
commit
83ea19b0fb
4 changed files with 36 additions and 36 deletions
|
@ -2,7 +2,7 @@ require "../src/spinner"
|
|||
require "colorize"
|
||||
|
||||
chars = Spinner::Charset[:arrow].map do |c|
|
||||
c.colorize(:light_green)
|
||||
c.colorize(:light_green).to_s
|
||||
end
|
||||
|
||||
spin = Spin.new(0.2, chars)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
require "../src/spinner"
|
||||
require "colorize"
|
||||
|
||||
colors = {:red, :light_red, :yellow, :green, :light_blue, :blue, :magenta}
|
||||
colors = [:red, :light_red, :yellow, :green, :light_blue, :blue, :magenta]
|
||||
chars = colors.map do |color|
|
||||
".xXx.".colorize(color)
|
||||
".xXx.".colorize(color).to_s
|
||||
end
|
||||
|
||||
spin = Spin.new(0.01, chars)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require "./spinner/*"
|
||||
|
||||
class Spin
|
||||
property delay, chars
|
||||
property delay, chars : Array(String)
|
||||
|
||||
CL = STDOUT.tty? ? "\u001b[0G" : "\u000d \u000d"
|
||||
CLEAR = STDOUT.tty? ? "\u001b[2K" : "\u000d"
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
module Spinner
|
||||
Charset = {
|
||||
arrow: {"←", "↖", "↑", "↗", "→", "↘", "↓", "↙"},
|
||||
arrow2: {">>---> ", " >>---> ", " >>---> ", " >>---> ", " >>--->", " <---<<", " <---<< ", " <---<< ", " <---<< ", "<---<< "},
|
||||
fan: {"┤", "┘", "┴", "└", "├", "┌", "┬", "┐"},
|
||||
fan1: {"+", "x"},
|
||||
fan2: {"v", "<", "^", ">"},
|
||||
triangle: {"◢", "◣", "◤", "◥"},
|
||||
square: {"◰", "◳", "◲", "◱"},
|
||||
circle: {"◴", "◷", "◶", "◵"},
|
||||
big_circle: {"◐", "◓", "◑", "◒"},
|
||||
boom: {".", "o", "O", "@", "*"},
|
||||
pipe: {"|", "/", "-", "\\"},
|
||||
alphabet: {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"},
|
||||
matrix: {"ヲ", "ァ", "ィ", "ゥ", "ェ", "ォ", "ャ", "ュ", "ョ", "ッ", "ア", "イ", "ウ", "エ", "オ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "テ", "ト", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "ヒ", "フ", "ヘ", "ホ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ユ", "ヨ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ン"},
|
||||
three_dots: {". ", ".. ", "..."},
|
||||
eyes: {"◡◡", "⊙⊙", "◠◠"},
|
||||
dots: {"⠁", "⠂", "⠄", "⡀", "⢀", "⠠", "⠐", "⠈"},
|
||||
snake: {"⣾", "⣽", "⣻", "⢿", "⡿", "⣟", "⣯", "⣷"},
|
||||
snake1: {"⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"},
|
||||
snake2: {"⠋", "⠙", "⠚", "⠒", "⠂", "⠂", "⠒", "⠲", "⠴", "⠦", "⠖", "⠒", "⠐", "⠐", "⠒", "⠓", "⠋"},
|
||||
square1: {"■", "□", "▪", "▫"},
|
||||
square2: {"▖", "▘", "▝", "▗"},
|
||||
square3: {"▁", "▃", "▄", "▅", "▆", "▇", "█", "▇", "▆", "▅", "▄", "▃", "▁"},
|
||||
square4: {"▉", "▊", "▋", "▌", "▍", "▎", "▏", "▎", "▍", "▌", "▋", "▊", "▉"},
|
||||
square5: {"▁", "▂", "▃", "▄", "▅", "▆", "▇", "█", "▉", "▊", "▋", "▌", "▍", "▎", "▏", "▏", "▎", "▍", "▌", "▋", "▊", "▉", "█", "▇", "▆", "▅", "▄", "▃", "▂", "▁"},
|
||||
thin_arrow: {"←", "↑", "→", "↓"},
|
||||
big_arrow: {"⇐", "⇖", "⇑", "⇗", "⇒", "⇘", "⇓", "⇙"},
|
||||
balloon: {".", "o", "O", "°", "O", "o", "."},
|
||||
progress: {"[ ]", "[= ]", "[== ]", "[=== ]", "[==== ]", "[===== ]", "[====== ]", "[======= ]", "[======== ]", "[========= ]", "[==========]"},
|
||||
progress1: {"(*---------)", "(-*--------)", "(--*-------)", "(---*------)", "(----*-----)", "(-----*----)", "(------*---)", "(-------*--)", "(--------*-)", "(---------*)"},
|
||||
progress2: {"█▒▒▒▒▒▒▒▒▒", "███▒▒▒▒▒▒▒", "█████▒▒▒▒▒", "███████▒▒▒", "██████████"},
|
||||
progress3: {"[ ]", "[=> ]", "[===> ]", "[=====> ]", "[======> ]", "[========> ]", "[==========> ]", "[============> ]", "[==============> ]", "[================> ]", "[==================> ]", "[===================>]"},
|
||||
fish: {">))'> ", " >))'> ", " >))'> ", " >))'> ", " >))'>", " <'((<", " <'((< ", " <'((< ", " <'((< ", "<'((< "},
|
||||
arrow: ["←", "↖", "↑", "↗", "→", "↘", "↓", "↙"],
|
||||
arrow2: [">>---> ", " >>---> ", " >>---> ", " >>---> ", " >>--->", " <---<<", " <---<< ", " <---<< ", " <---<< ", "<---<< "],
|
||||
fan: ["┤", "┘", "┴", "└", "├", "┌", "┬", "┐"],
|
||||
fan1: ["+", "x"],
|
||||
fan2: ["v", "<", "^", ">"],
|
||||
triangle: ["◢", "◣", "◤", "◥"],
|
||||
square: ["◰", "◳", "◲", "◱"],
|
||||
circle: ["◴", "◷", "◶", "◵"],
|
||||
big_circle: ["◐", "◓", "◑", "◒"],
|
||||
boom: [".", "o", "O", "@", "*"],
|
||||
pipe: ["|", "/", "-", "\\"],
|
||||
alphabet: ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"],
|
||||
matrix: ["ヲ", "ァ", "ィ", "ゥ", "ェ", "ォ", "ャ", "ュ", "ョ", "ッ", "ア", "イ", "ウ", "エ", "オ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "テ", "ト", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "ヒ", "フ", "ヘ", "ホ", "マ", "ミ", "ム", "メ", "モ", "ヤ", "ユ", "ヨ", "ラ", "リ", "ル", "レ", "ロ", "ワ", "ン"],
|
||||
three_dots: [". ", ".. ", "..."],
|
||||
eyes: ["◡◡", "⊙⊙", "◠◠"],
|
||||
dots: ["⠁", "⠂", "⠄", "⡀", "⢀", "⠠", "⠐", "⠈"],
|
||||
snake: ["⣾", "⣽", "⣻", "⢿", "⡿", "⣟", "⣯", "⣷"],
|
||||
snake1: ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"],
|
||||
snake2: ["⠋", "⠙", "⠚", "⠒", "⠂", "⠂", "⠒", "⠲", "⠴", "⠦", "⠖", "⠒", "⠐", "⠐", "⠒", "⠓", "⠋"],
|
||||
square1: ["■", "□", "▪", "▫"],
|
||||
square2: ["▖", "▘", "▝", "▗"],
|
||||
square3: ["▁", "▃", "▄", "▅", "▆", "▇", "█", "▇", "▆", "▅", "▄", "▃", "▁"],
|
||||
square4: ["▉", "▊", "▋", "▌", "▍", "▎", "▏", "▎", "▍", "▌", "▋", "▊", "▉"],
|
||||
square5: ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█", "▉", "▊", "▋", "▌", "▍", "▎", "▏", "▏", "▎", "▍", "▌", "▋", "▊", "▉", "█", "▇", "▆", "▅", "▄", "▃", "▂", "▁"],
|
||||
thin_arrow: ["←", "↑", "→", "↓"],
|
||||
big_arrow: ["⇐", "⇖", "⇑", "⇗", "⇒", "⇘", "⇓", "⇙"],
|
||||
balloon: [".", "o", "O", "°", "O", "o", "."],
|
||||
progress: ["[ ]", "[= ]", "[== ]", "[=== ]", "[==== ]", "[===== ]", "[====== ]", "[======= ]", "[======== ]", "[========= ]", "[==========]"],
|
||||
progress1: ["(*---------)", "(-*--------)", "(--*-------)", "(---*------)", "(----*-----)", "(-----*----)", "(------*---)", "(-------*--)", "(--------*-)", "(---------*)"],
|
||||
progress2: ["█▒▒▒▒▒▒▒▒▒", "███▒▒▒▒▒▒▒", "█████▒▒▒▒▒", "███████▒▒▒", "██████████"],
|
||||
progress3: ["[ ]", "[=> ]", "[===> ]", "[=====> ]", "[======> ]", "[========> ]", "[==========> ]", "[============> ]", "[==============> ]", "[================> ]", "[==================> ]", "[===================>]"],
|
||||
fish: [">))'> ", " >))'> ", " >))'> ", " >))'> ", " >))'>", " <'((<", " <'((< ", " <'((< ", " <'((< ", "<'((< "],
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue