class
   Crystal::Macros::RespondsTo
  
  
  Overview
A .responds_to? call.
Defined in:
compiler/crystal/macros.crInstance Method Summary
- 
        #name : StringLiteral
        
          
Returns the method name that is being checked for.
 - 
        #receiver : ASTNode
        
          
Returns this call's receiver.