Sha256: b913bbc0cf0775b1bcc7e62326cf5e9b2abae590e489349b7f2f5cb00191730b

Contents?: true

Size: 238 Bytes

Versions: 66

Compression:

Stored size: 238 Bytes

Contents

require 'inch/utils/ui'

module Inch
  module CLI
    # Adds a method called +ui+, that can be used to output messages to the
    # user.
    module TraceHelper
      def ui
        @ui ||= Inch::Utils::UI.new
      end
    end
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
inch-0.9.0.rc1 lib/inch/cli/trace_helper.rb
inch-0.8.0 lib/inch/cli/trace_helper.rb
inch-0.8.0.rc2 lib/inch/cli/trace_helper.rb
inch-0.8.0.rc1 lib/inch/cli/trace_helper.rb
inch-0.7.1 lib/inch/cli/trace_helper.rb
inch-0.7.0 lib/inch/cli/trace_helper.rb
inch-0.6.4 lib/inch/cli/trace_helper.rb
inch-0.6.3 lib/inch/cli/trace_helper.rb
inch-0.6.2 lib/inch/cli/trace_helper.rb
inch-0.6.1 lib/inch/cli/trace_helper.rb
inch-0.6.0 lib/inch/cli/trace_helper.rb
inch-0.6.0.rc6 lib/inch/cli/trace_helper.rb
inch-0.6.0.rc5 lib/inch/cli/trace_helper.rb
inch-0.6.0.rc4 lib/inch/cli/trace_helper.rb
inch-0.6.0.rc3 lib/inch/cli/trace_helper.rb
inch-0.6.0.rc2 lib/inch/cli/trace_helper.rb
inch-0.6.0.rc1 lib/inch/cli/trace_helper.rb
inch-0.5.10 lib/inch/cli/trace_helper.rb
inch-0.5.9 lib/inch/cli/trace_helper.rb
inch-0.5.8 lib/inch/cli/trace_helper.rb