Sha256: b64a5a5f75cdb07738879274ab577f74b367cfca9ed6f16da8b839da34ee640c

Contents?: true

Size: 172 Bytes

Versions: 4

Compression:

Stored size: 172 Bytes

Contents

# frozen_string_literal: true

module Helium
  class Console
    define_formatter_for Numeric do
      def call
        light_cyan(object.to_s)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helium-console-0.1.11 lib/helium/console/registry/numeric.rb
helium-console-0.1.10 lib/helium/console/registry/numeric.rb
helium-console-0.1.9 lib/helium/console/registry/numeric.rb
helium-console-0.1.8 lib/helium/console/registry/numeric.rb