lib/qonfig/commands/definition/load_from_yaml.rb in qonfig-0.21.0 vs lib/qonfig/commands/definition/load_from_yaml.rb in qonfig-0.22.0
- old
+ new
@@ -4,11 +4,11 @@
# @since 0.2.0
class Qonfig::Commands::Definition::LoadFromYAML < Qonfig::Commands::Base
# @since 0.19.0
self.inheritable = true
- # @return [String]
+ # @return [String, Pathname]
#
# @api private
# @since 0.2.0
attr_reader :file_path
@@ -16,10 +16,10 @@
#
# @api private
# @since 0.2.0
attr_reader :strict
- # @param file_path [String]
+ # @param file_path [String, Pathname]
# @option strict [Boolean]
#
# @api private
# @since 0.2.0
def initialize(file_path, strict: true)