Sha256: 3f1f8df3ed68b64792f08222b51e6e40ac51ccef04934662d04203ab57234595
Contents?: true
Size: 475 Bytes
Versions: 77
Compression:
Stored size: 475 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 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
77 entries across 77 versions & 1 rubygems