lib/scryglass.rb in scryglass-0.1.0 vs lib/scryglass.rb in scryglass-1.0.0
- old
+ new
@@ -1,7 +1,6 @@
# frozen_string_literal: true
-
## Bookkeeping and external tools:
require "scryglass/version"
require 'active_support/core_ext/object/blank' # This gives us `.present?` and `.blank?` # https://stackoverflow.com/questions/4648684/how-to-use-present-in-ruby-projects
require 'io/console'
require 'pp'