Sha256: 381b8cc715df5d26889f0ecb4804bdf0f75aa16b0d881a4585763061585a0677
Contents?: true
Size: 475 Bytes
Versions: 29
Compression:
Stored size: 475 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'highline' # Define GoodData::CLI as GLI Wrapper module GoodData module CLI DEFAULT_TERMINAL = HighLine.new unless const_defined?(:DEFAULT_TERMINAL) class << self def terminal DEFAULT_TERMINAL end end end end
Version data entries
29 entries across 29 versions & 2 rubygems