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