lib/shamu/features/features_service.rb in shamu-0.0.2 vs lib/shamu/features/features_service.rb in shamu-0.0.3
- old
+ new
@@ -156,10 +156,10 @@
end
end
# @param [String] path of the default config file.
# @return [String]
- def default_config_path=( path ) # rubocop:disable Style/TrivialAccessors
+ def default_config_path=( path )
@default_config_path = path
end
end
end
\ No newline at end of file