class EacRubyGemsUtils::Tests::Multiple::Result
Constants
- COLORS
Public Instance Methods
color()
click to toggle source
# File lib/eac_ruby_gems_utils/tests/multiple/result.rb, line 19 def color COLORS.fetch(result) end
tag()
click to toggle source
# File lib/eac_ruby_gems_utils/tests/multiple/result.rb, line 15 def tag result.to_s.send(color) end