Module: Cassie::Statements::Execution::Consistency
- Extended by:
- ActiveSupport::Concern
- Included in:
- Cassie::Statements::Execution
- Defined in:
- lib/cassie/statements/execution/consistency.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#consistency ⇒ Object
38 39 40 41 |
# File 'lib/cassie/statements/execution/consistency.rb', line 38 def consistency return @consistency if defined?(@consistency) self.class.consistency end |