класс UnboundMethod
Общедоступные методы экземпляров
# File activesupport/lib/active_support/core_ext/object/duplicable.rb, line 54 def duplicable? false end
Связанные методы не могут быть продублированы:
method(:puts).unbind.duplicable? # => false method(:puts).unbind.dup # => TypeError: allocator undefined for UnboundMethod
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.