mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-18 00:02:44 -04:00
7 lines
180 B
Ruby
Executable File
7 lines
180 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require 'rubygems'
|
|
require 'irb'
|
|
require File.expand_path("../ruby", __FILE__)
|
|
require File.expand_path("../../lib/#{MakeScript.lib_name}", __FILE__)
|
|
IRB.start
|