Class: RBS::AST::Members::Public
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Base
|
|
Instance Chain:
self,
LocationOnly ,
Base
|
|
Inherits: |
RBS::AST::Members::Base
|
Defined in: | lib/rbs/ast/members.rb |
Instance Attribute Summary
LocationOnly
- Included
Instance Method Summary
LocationOnly
- Included
#==, | |
#eql? |
|
#hash, #initialize |
Instance Method Details
#to_json(state = _ = nil)
[ GitHub ]# File 'lib/rbs/ast/members.rb', line 384
def to_json(state = _ = nil) { member: :public, location: location }.to_json(state) end