solargraph_inlay_hint_test 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 885d0a18e3cf854188991644d33aeec0bae1705fd0ef1ae28403e36a3eb59fda
4
+ data.tar.gz: 87bd20f92dbc3ae7b6169233ce0ea46f6a8830a4688ea5092664668eae3038b1
5
+ SHA512:
6
+ metadata.gz: d9d407ec641c0e8c2160e3e135a8af15517ab1360c5594e8beb12945887a5ee6a25c00da805912c27497c7cffeb4f46cfbc21560e67c217f2009001f20420665
7
+ data.tar.gz: cec4a2b0a04ee5e010f3c482800068a74ccd41c362a49ff91573c8589ab2b94f0389834fc257fca19afadd9f2c9681df843f8eb617d62f851fb1ebba73d3b316
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal; true
2
+
3
+ class SolargraphInlayHintTest
4
+ class << self
5
+ def hi
6
+ puts 'Hello world!'
7
+ end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: solargraph_inlay_hint_test
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Mark Coyle
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-03-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Just a test
14
+ email: markcoyle14@hotmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/solargraph_inlay_hint_test.rb
20
+ homepage: https://rubygems.org/gems/solargraph_inlay_hint_test
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.2.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Testing solargraph inlay hints!
43
+ test_files: []