module YARD::NRSER::Cucumber
Constants
- NAME
The gem name, read from the `//NAME` file, and used in the gemspec.
@return [String]
- ROOT
Absolute, expanded path to the gem's root directory.
@return [Pathname]
- VERSION
String version read from `//VERSION` and used in the gemspec.
@return [String]
Public Class Methods
repo?()
click to toggle source
# File lib/yard/nrser/cucumber/version.rb, line 55 def self.repo? ROOT.join( 'dev' ).directory? end