module Moguro

'Easy' contract programming library for ruby @since 0.0.1

Constants

VERSION

Attributes

enabled[W]

Public Class Methods

enabled?() click to toggle source
# File lib/moguro.rb, line 18
def enabled?
  @enabled ||= true
end