Sha256: 263073282d3e112734355014ef45527547aa54069efd27e49246d4a5de4b9876

Contents?: true

Size: 187 Bytes

Versions: 726

Compression:

Stored size: 187 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module Props
    class HashProp < Playbook::Props::Base
      def validate(value)
        value.is_a?(::Hash)
      end
    end
  end
end

Version data entries

726 entries across 726 versions & 1 rubygems

Version Path
playbook_ui-13.6.0.pre.alpha.play845allkitsbytypes1219 lib/playbook/props/hash.rb
playbook_ui-13.7.0 lib/playbook/props/hash.rb
playbook_ui-13.6.0.pre.alpha.tiptapreacthookformbug1210 lib/playbook/props/hash.rb
playbook_ui-13.6.0 lib/playbook/props/hash.rb
playbook_ui-13.5.0.pre.alpha.play984collapsiblekithidestooltips1203 lib/playbook/props/hash.rb
playbook_ui-13.4.0.pre.alpha.PLAY973Hash1181 lib/playbook/props/hash.rb