Class: RBS::AST::Members::Extend
- Inherits:
-
Object
- Object
- RBS::AST::Members::Extend
- Includes:
- Mixin
- Defined in:
- lib/rbs/ast/members.rb
Instance Attribute Summary
Attributes included from Mixin
#annotations, #args, #comment, #location, #name
Instance Method Summary collapse
Methods included from Mixin
#==, #eql?, #hash, #initialize
Instance Method Details
#to_json(*a) ⇒ Object
170 171 172 173 174 175 176 177 178 179 |
# File 'lib/rbs/ast/members.rb', line 170 def to_json(*a) { member: :extend, name: name, args: args, annotations: annotations, location: location, comment: comment }.to_json(*a) end |