Class: Jot::Ruby::Operation

Inherits:
SimpleDelegator
  • Object
show all
Extended by:
Utils::Snippets
Defined in:
lib/jot/ruby/operation.rb

Defined Under Namespace

Modules: OriginalOperationMethods

Constant Summary collapse

RAW_RESULT_METHODS =
%i[isNoOp toJSON apply serialize inspect].freeze
OPERATION_RESULT_METHODS =
%i[simplify drilldown compose rebase].freeze
DEFAULT_METHODS =
RAW_RESULT_METHODS + OPERATION_RESULT_METHODS

Method Summary

Methods included from Utils::Snippets

gem_root, not_implemented