File: console

package info (click to toggle)
ruby-gitlab 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,824 kB
  • sloc: ruby: 12,742; makefile: 7; sh: 4; javascript: 3
file content (11 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby
# frozen_string_literal: true

# ENV['GITLAB_API_ENDPOINT'] = ''
# ENV['GITLAB_API_PRIVATE_TOKEN'] = ''

require 'bundler/setup'
require 'pry'
require_relative '../lib/gitlab'

Pry.start