Sha256: 9230f723057476772ca7fd97bdf2cf94744cb79deb98033407442f13fe70e1e9

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

module Helium
  class Console
    define_formatter_for Symbol do
      def call
        light_blue(':' + object.to_s)
      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/symbol.rb
helium-console-0.1.6 lib/helium/console/registry/symbol.rb
helium-console-0.1.5 lib/helium/console/registry/symbol.rb
helium-console-0.1.4 lib/helium/console/registry/symbol.rb
helium-console-0.1.3 lib/helium/console/registry/symbol.rb