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