MCPcopy Create free account
hub / github.com/F-Stack/f-stack / String

Class String

app/redis-6.2.6/src/redis-trib.rb:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19end
20
21class String
22
23 %w(white bold black red green yellow blue magenta cyan gray).each{|color|
24 color = :"#{color}"
25 define_method(color){
26 colorized(self, color)
27 }
28 }
29
30end
31
32COMMANDS = %w(create check info fix reshard rebalance add-node
33 del-node set-timeout call import help)

Callers 1

jquery.jsFile · 0.85

Calls 1

colorizedFunction · 0.85

Tested by

no test coverage detected