lib/scan.rb in scan-0.3.3 vs lib/scan.rb in scan-0.4.1
- old
+ new
@@ -32,6 +32,7 @@
"Scanfile"
end
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
+ UI = FastlaneCore::UI
end