Sha256: 7a4809072ae807893e383820d4e51d7df404da641578c51f6603e578bc1686d1
Contents?: true
Size: 449 Bytes
Versions: 8
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true new({ particle: :left, type: :integer }) do |_params, user_proc| instance_exec(&user_proc) if user_proc.is_a?(Proc) end new({ particle: :right, type: :integer }) new({ particle: :top, type: :integer }) new({ particle: :bottom, type: :integer }) new({ particle: :rotate, type: :integer }) new({ particle: :direction, type: :string }) new({ particle: :center, type: :string}) new ({particle: :depth, type: :integer})
Version data entries
8 entries across 8 versions & 1 rubygems