lib/yard/code_objects/macro_object.rb in yard-0.7.2 vs lib/yard/code_objects/macro_object.rb in yard-0.7.3

- old
+ new

@@ -79,10 +79,10 @@ # Expands +macro_data+ using the interpolation parameters. # # Interpolation rules: # * $0, $1, $2, ... = the Nth parameter in +call_params+ # * $* = the full statement source (excluding block) - # * Also supports $\{N-M} ranges, as well as negative indexes on N or M + # * Also supports $!{N-M} ranges, as well as negative indexes on N or M # * Use \$ to escape the variable name in a macro. # # @macro [new] macro.expand # @param [Array<String>] call_params the method name and parameters # to the method call. These arguments will fill \$0-N \ No newline at end of file