Module: Justified

Defined in:
lib/justified.rb

Defined Under Namespace

Modules: Error

Constant Summary

SKIP_STR =
'    ... skipped %s lines'
CAUSED_STR =
'caused by:'

Class Method Summary (collapse)

Class Method Details

+ (Object) version



5
6
7
# File 'lib/justified.rb', line 5

def self.version
  @version ||= Gem::Version.new File.read(File.join(File.dirname(__FILE__), '..', 'VERSION'))
end