Method: YARD::CodeObjects::Base#dynamic

Defined in:
lib/yard/code_objects/base.rb

#dynamicBoolean

Marks whether or not the method is conditionally defined at runtime

Returns:

  • (Boolean)

    true if the method is conditionally defined at runtime

[View source]

170
171
172
# File 'lib/yard/code_objects/base.rb', line 170

def dynamic
  @dynamic
end