6 lines
92 B
Ruby
6 lines
92 B
Ruby
|
$: << File.expand_path("../../lib", __FILE__)
|
||
|
|
||
|
ENV["EDITOR"] = nil
|
||
|
|
||
|
require "better_errors"
|