lib/on_strum/service.rb in on_strum-service-1.0.0 vs lib/on_strum/service.rb in on_strum-service-1.0.1

- old
+ new

@@ -1,6 +1,8 @@ # frozen_string_literal: true +require_relative 'service/core' + module OnStrum module Service def self.included(base) base.extend(OnStrum::Service::ClassMethods) base.prepend(OnStrum::Service::InstanceMethods)