Sha256: 21b8bd5a021b4a789c15ff6f32cc833a5f9a6055436b324e128dbb5eb6e7d800
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "irb" require "irb/completion" $LOAD_PATH.unshift File.expand_path("lib") require "telnyx" # Config IRB to enable --simple-prompt and auto indent IRB.conf[:PROMPT_MODE] = :SIMPLE IRB.conf[:AUTO_INDENT] = true puts "Loaded gem 'telnyx'" IRB.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
telnyx-2.3.0 | bin/telnyx-console |
telnyx-2.2.0 | bin/telnyx-console |
telnyx-0.1.0 | bin/telnyx-console |