lib/neptuno.rb in neptuno-1.0.10 vs lib/neptuno.rb in neptuno-1.2.0

- old
+ new

@@ -1,19 +1,19 @@ # frozen_string_literal: true -require 'zeitwerk' -require 'tty-config' -require 'tty-command' -require 'tty-which' -require 'tty-file' -require 'tty-spinner' -require 'hirb' -require 'dotiw' +require "zeitwerk" +require "tty-config" +require "tty-command" +require "tty-which" +require "tty-file" +require "tty-spinner" +require "hirb" +require "dotiw" loader = Zeitwerk::Loader.for_gem -loader.inflector.inflect('neptuno' => 'Neptuno') -loader.inflector.inflect('cli' => 'CLI') -loader.inflector.inflect('tty' => 'TTY') +loader.inflector.inflect("neptuno" => "Neptuno") +loader.inflector.inflect("cli" => "CLI") +loader.inflector.inflect("tty" => "TTY") loader.setup module Neptuno end