Class: RBS::AST::Members::Prepend
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| 
         Class Chain: 
        
          self,
           
      Base
         | 
    |
| 
         Instance Chain: 
        
       | 
    |
| Inherits: | 
        RBS::AST::Members::Base
        
  | 
    
| Defined in: | lib/rbs/ast/members.rb | 
Instance Attribute Summary
Instance Method Summary
Instance Method Details
#to_json(state = _ = nil)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 204
def to_json(state = _ = nil) { member: :prepend, name: name, args: args, annotations: annotations, location: location, comment: comment }.to_json(state) end