In Files

  • rbs-2.0.0/lib/rbs/ast/members.rb

Class/Module Index [+]

Quicksearch

RBS::AST::Members::Prepend

Public Instance Methods

to_json(state = _ = nil) click to toggle source
 
               # File rbs-2.0.0/lib/rbs/ast/members.rb, line 204
def to_json(state = _ = nil)
  {
    member: :prepend,
    name: name,
    args: args,
    annotations: annotations,
    location: location,
    comment: comment
  }.to_json(state)
end