class RBS::AST::Members::Private
Public Instance Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/ast/members.rb, line 394 def to_json(state = _ = nil) { member: :private, location: location }.to_json(state) end
# File bundled-src/rbs-3.10.0/lib/rbs/ast/members.rb, line 394 def to_json(state = _ = nil) { member: :private, location: location }.to_json(state) end