mirror of
https://github.com/dkam/probot.git
synced 2025-12-28 01:04:52 +00:00
12 lines
280 B
Ruby
Executable File
12 lines
280 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require "bundler/setup"
|
|
require "probot"
|
|
|
|
# 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.
|
|
|
|
require "irb"
|
|
IRB.start(__FILE__)
|