class Mattock::YARDExtensions::RuntimeRequiredFieldsHandler
Public Instance Methods
process()
click to toggle source
# File lib/mattock/yard_extensions.rb, line 167 def process return unless mattock_configurable?(namespace) remapped = statement.parameters(false).map do |name| synthetic_setting(extract_name(name)) end parser.process(remapped) end
setting_method_name()
click to toggle source
# File lib/mattock/yard_extensions.rb, line 163 def setting_method_name "runtime_setting" end