module RSpec::SleepingKingStudios
Hic Iacet Arthurus, Rex Quondam, Rexque Futurus.
Constants
- VERSION
-
The current version of the gem.
Public Class Methods
Source
# File lib/rspec/sleeping_king_studios.rb, line 13 def self.gem_path pattern = /#{File::SEPARATOR}lib#{File::SEPARATOR}rspec#{File::SEPARATOR}?\z/ __dir__.sub(pattern, '') end
@return [String] the path to the installed gem.
Source
# File lib/rspec/sleeping_king_studios.rb, line 21 def self.version @version ||= RSpec::SleepingKingStudios::Version.to_gem_version end
@return [String] the gem version.