Sha256: 08b9bc62d89f30a804691178a462305d8867b6263f38f22bcd6ebbfa0714dde7

Contents?: true

Size: 173 Bytes

Versions: 6

Compression:

Stored size: 173 Bytes

Contents

require 'forwardable'

##
# Make the following methods globally accessable:
#
# * HighLine#color

module Kernel
  extend Forwardable
  def_delegators :$terminal, :color
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
visionmedia-commander-2.4.2 lib/commander/core_ext/kernel.rb
visionmedia-commander-2.4.3 lib/commander/core_ext/kernel.rb
visionmedia-commander-2.4.4 lib/commander/core_ext/kernel.rb
visionmedia-commander-2.4.6 lib/commander/core_ext/kernel.rb
visionmedia-commander-2.5.6 lib/commander/core_ext/kernel.rb
visionmedia-commander-2.5.7 lib/commander/core_ext/kernel.rb