Skip to content

Commit

Permalink
Merge pull request #1 from onemedical/feature/BILL-729
Browse files Browse the repository at this point in the history
Feature/bill 729
  • Loading branch information
Gus Ireland authored Dec 9, 2021
2 parents 0626d59 + 521323d commit a85d45d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/stupidedi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
require "date"
require "set"

begin
require "term/ansicolor" if $stdout.tty?
rescue LoadError
warn "terminal color disabled. gem install term-ansicolor to enable"
end
#begin
# require "term/ansicolor" if $stdout.tty?
#rescue LoadError
# warn "terminal color disabled. gem install term-ansicolor to enable"
#nd

$:.unshift(File.expand_path("..", __FILE__))

require "ruby/array"
require "ruby/blank"
#require "ruby/blank"
require "ruby/exception"
require "ruby/hash"
require "ruby/module"
Expand Down

0 comments on commit a85d45d

Please sign in to comment.