Sha256: 000b1c6be16666466d39928da20db463581251948ce0c3da950f3b9e23876a57
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
# typed: strict # frozen_string_literal: true module Muina class Action # Base class for diferent kind of action steps class Step < Value const :step, T.untyped def call(instance); end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muina-0.2.8 | lib/muina/action/step.rb |
muina-0.2.7 | lib/muina/action/step.rb |