class RBS::AST::Members::Prepend
Public Instance Methods
Source
# File bundled-src/rbs-3.10.0/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