1
0
Fork 0
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:
George Millo 2014-12-12 13:36:55 +00:00
parent b5001ea4d8
commit cca240ab35

View file

@ -17,7 +17,7 @@ class Module
# ==== Options # ==== Options
# * <tt>:to</tt> - Specifies the target object # * <tt>:to</tt> - Specifies the target object
# * <tt>:prefix</tt> - Prefixes the new method with the target name or a custom prefix # * <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 # 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 # strings) and the name of the target object via the <tt>:to</tt> option