Sha256: 44f4e4472a6362cc08778cbb902a65bcea04bf31ecd379e0f3ac7a15802336c0

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

module JazzFingers
  AWESOME_PRINT = {
    indent: 2,
    sort_keys: true,
    color: {
      args: :greenish,
      array: :pale,
      bigdecimal: :blue,
      class: :yellow,
      date: :greenish,
      falseclass: :red,
      fixnum: :blue,
      float: :blue,
      hash: :pale,
      keyword: :cyan,
      method: :purpleish,
      nilclass: :red,
      string: :yellowish,
      struct: :pale,
      symbol: :cyanish,
      time: :greenish,
      trueclass: :green,
      variable: :cyanish
    }
  }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jazz_fingers-5.2.2 lib/jazz_fingers/awesome_print.rb
jazz_fingers-5.2.1 lib/jazz_fingers/awesome_print.rb
jazz_fingers-5.2.0 lib/jazz_fingers/awesome_print.rb