class RBS::AST::Members::InstanceVariable
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/ast/members.rb, line 148 def to_json(state = nil) { member: :instance_variable, name: name, type: type, location: location, comment: comment }.to_json(state) end