lib/gemsmith/builders/console.rb in gemsmith-20.7.0 vs lib/gemsmith/builders/console.rb in gemsmith-21.0.0
- old
+ new
@@ -1,13 +1,13 @@
# frozen_string_literal: true
-require "refinements/structs"
+require "refinements/struct"
module Gemsmith
module Builders
# Builds project skeleton console for object inspection and exploration.
class Console < Rubysmith::Builders::Console
- using Refinements::Structs
+ using Refinements::Struct
def call
return configuration unless configuration.build_console
super