class RBS::AST::Members::Public

公共实例方法

to_json(state = _ = nil) 点击切换源代码
# File rbs-3.8.0/lib/rbs/ast/members.rb, line 384
def to_json(state = _ = nil)
  { member: :public, location: location }.to_json(state)
end