Sha256: 05f834dc3a803015ccef21288d45c44a9d58a2a0509a618bd2ed96d906f09d03
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'accern' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) require 'pry' # require "irb" # IRB.start(__FILE__) # args = ['-h'] # args = [] args = {token: "0652400596ecf80e014176dd4bc17044", format: :json} a = Accern::Alpha.new(args) # c = Accern::Cli.new(args) binding.pry
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
accern-3.0.1 | bin/console |