Sha256: a52150faeca9d2d2c3ba5c1de921578ba2170708fdf29d7dfa5850532a46ab98
Contents?: true
Size: 322 Bytes
Versions: 12
Compression:
Stored size: 322 Bytes
Contents
module Coprl module Presenters module DSL module Components module Actions class PromptIfDirty < Actions::Base def initialize(**attribs_, &block) super(type: :prompt_if_dirty, **attribs_, &block) end end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems