Method: YARD::CodeObjects::MethodObject#copyable_attributes
- Defined in:
- lib/yard/code_objects/method_object.rb
#copyable_attributes ⇒ Object (protected)
192 193 194 |
# File 'lib/yard/code_objects/method_object.rb', line 192 def copyable_attributes super - %w(scope module_function) end |