module LapisLazuli::Assertions

Module exists solely to not have require/include statements all over the code referencing an external library.

Public Instance Methods

assertions() click to toggle source
# File lib/lapis_lazuli/assertions.rb, line 19
def assertions
  @assertions ||= 0
end
assertions=(value) click to toggle source
# File lib/lapis_lazuli/assertions.rb, line 23
def assertions=(value)
  @assertions = value
end