mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
English fix [ci skip]
This commit is contained in:
parent
b5001ea4d8
commit
cca240ab35
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Module
|
|||
# ==== Options
|
||||
# * <tt>:to</tt> - Specifies the target object
|
||||
# * <tt>:prefix</tt> - Prefixes the new method with the target name or a custom prefix
|
||||
# * <tt>:allow_nil</tt> - if set to true, prevents a +NoMethodError+ to be raised
|
||||
# * <tt>:allow_nil</tt> - if set to true, prevents a +NoMethodError+ from being raised
|
||||
#
|
||||
# The macro receives one or more method names (specified as symbols or
|
||||
# strings) and the name of the target object via the <tt>:to</tt> option
|
||||
|
|
Loading…
Reference in a new issue