Highlights
- Pro
Pinned Loading
-
-
-
Easy Initializer for Ruby Class
Easy Initializer for Ruby Class 1module EasyInitializer
2# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/MethodLength, Metrics/PerceivedComplexity
3def initialize_with(*attributes, **config)
4named_params = _prepare_named_params config[:named_params]
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.