[Source]
# File lib/assoc_reflection_methods.rb, line 2 2: def to_hash 3: { 4: :macro => @macro, 5: :options => @options 6: } 7: end
[Validate]