Method: RBS::AST::Members::Var#initialize
- Defined in:
- lib/rbs/ast/members.rb
#initialize(name:, type:, location:, comment:) ⇒ Object
83 84 85 86 87 88 |
# File 'lib/rbs/ast/members.rb', line 83 def initialize(name:, type:, location:, comment:) @name = name @type = type @location = location @comment = comment end |