Sha256: 538426a17c132223fef1e9e111f84c62c326a1591b7ffd71194246af1b6f3b6d

Contents?: true

Size: 137 Bytes

Versions: 5

Compression:

Stored size: 137 Bytes

Contents

module Helium
  class Console
    define_formatter_for NilClass do
      def call
        light_black('nil')
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
helium-console-0.1.7 lib/helium/console/registry/nil.rb
helium-console-0.1.6 lib/helium/console/registry/nil.rb
helium-console-0.1.5 lib/helium/console/registry/nil.rb
helium-console-0.1.4 lib/helium/console/registry/nil.rb
helium-console-0.1.3 lib/helium/console/registry/nil.rb