Class: RBS::AST::Members::Private
- Inherits:
-
Object
- Object
- RBS::AST::Members::Private
- Includes:
- LocationOnly
- Defined in:
- lib/rbs/ast/members.rb
Instance Attribute Summary
Attributes included from LocationOnly
Instance Method Summary collapse
Methods included from LocationOnly
Instance Method Details
#to_json(*a) ⇒ Object
305 306 307 |
# File 'lib/rbs/ast/members.rb', line 305 def to_json(*a) { member: :private, location: location }.to_json(*a) end |