Method: YARD::CodeObjects::Base#dynamic
- Defined in:
- lib/yard/code_objects/base.rb
permalink #dynamic ⇒ Boolean
Marks whether or not the method is conditionally defined at runtime
170 171 172 |
# File 'lib/yard/code_objects/base.rb', line 170 def dynamic @dynamic end |