Skip to content

Commit a85d45d

Browse files
author
Gus Ireland
authored
Merge pull request #1 from onemedical/feature/BILL-729
Feature/bill 729
2 parents 0626d59 + 521323d commit a85d45d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/stupidedi.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
require "date"
55
require "set"
66

7-
begin
8-
require "term/ansicolor" if $stdout.tty?
9-
rescue LoadError
10-
warn "terminal color disabled. gem install term-ansicolor to enable"
11-
end
7+
#begin
8+
# require "term/ansicolor" if $stdout.tty?
9+
#rescue LoadError
10+
# warn "terminal color disabled. gem install term-ansicolor to enable"
11+
#nd
1212

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

1515
require "ruby/array"
16-
require "ruby/blank"
16+
#require "ruby/blank"
1717
require "ruby/exception"
1818
require "ruby/hash"
1919
require "ruby/module"

0 commit comments

Comments
 (0)