lib/helium/console/registry/numeric.rb in helium-console-0.1.11 vs lib/helium/console/registry/numeric.rb in helium-console-0.1.12

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Helium class Console define_formatter_for Numeric do - def call + def render_compact light_cyan(object.to_s) end end end end