Sha256: 3a428fba2eeaf119ae01e4efcb54012a57f0b16fadb2e6507c7c2c8ae510db75
Contents?: true
Size: 374 Bytes
Versions: 116
Compression:
Stored size: 374 Bytes
Contents
module LanguageServer module Protocol module Interface class InitializedParams def initialize() @attributes = {} @attributes.freeze end attr_reader :attributes def to_hash attributes end def to_json(*args) to_hash.to_json(*args) end end end end end
Version data entries
116 entries across 116 versions & 13 rubygems