Sha256: 6e6fef5092bbeb472a2c350726908f4c5d80e92eee584686122a952c21da9eee

Contents?: true

Size: 168 Bytes

Versions: 4

Compression:

Stored size: 168 Bytes

Contents

# frozen_string_literal: true

module Helium
  class Console
    define_formatter_for NilClass do
      def call
        light_black('nil')
      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/nil.rb
helium-console-0.1.10 lib/helium/console/registry/nil.rb
helium-console-0.1.9 lib/helium/console/registry/nil.rb
helium-console-0.1.8 lib/helium/console/registry/nil.rb