Sha256: 0ec00d3debbc80566fa867d3e9960c3dd592e563f9c41432f39d690b57dceb53
Contents?: true
Size: 312 Bytes
Versions: 16
Compression:
Stored size: 312 Bytes
Contents
module Steep module AST module Signature class Gvar attr_reader :location attr_reader :name attr_reader :type def initialize(location:, name:, type:) @location = location @name = name @type = type end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems