You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modulePubSubmodule_function# Publishes a notification## @param [String] resource the name of the resource# @param [Hash] opts the options to create a message with.# @option opts [String, Symbol] :action the action to notify about# @option opts [Object] :payload (nil) The notification payloaddefnotify(resource,opts={})endend
Removing either the opts documentation or module_function eliminates the problem.
The text was updated successfully, but these errors were encountered:
When processing the included Ruby file, YARD generates the following output:
The Ruby code that causes this is:
Removing either the
opts
documentation ormodule_function
eliminates the problem.The text was updated successfully, but these errors were encountered: