• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ruby-rdf / rdf-json / 7451961379

08 Jan 2024 07:01PM UTC coverage: 92.517%. Remained the same
7451961379

push

github

gkellogg
* CI on Ruby 3.3.
* Reference release notes on GitHub.

136 of 147 relevant lines covered (92.52%)

87.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/lib/rdf/json/version.rb
1
module RDF; module JSON
4✔
2
  module VERSION
2✔
3
    FILE = File.expand_path('../../../../VERSION', __FILE__)
2✔
4
    MAJOR, MINOR, TINY, EXTRA = File.read(FILE).chomp.split('.')
2✔
5
    STRING = [MAJOR, MINOR, TINY, EXTRA].compact.join('.').freeze
2✔
6

7
    ##
8
    # @return [String]
9
    def self.to_s() STRING end
4✔
10

11
    ##
12
    # @return [String]
13
    def self.to_str() STRING end
2✔
14

15
    ##
16
    # @return [Array(Integer, Integer, Integer)]
17
    def self.to_a() STRING.split(".") end
2✔
18
  end
19
end; end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc