Sha256: 65975613319ece2d4dd03371288238b7280d67bfe52a6a522b4351afbb990488
Contents?: true
Size: 235 Bytes
Versions: 6
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module Magicka # Class responsible for controlling one object display class Display < Aggregator with_element(Text, :input) with_element(Text, :select) def button(**_args); end end end
Version data entries
6 entries across 6 versions & 1 rubygems