Sha256: a8166a0e728028dd7c134f515a3582fae653f545fdfb1794fb28695fa4b9618b
Contents?: true
Size: 210 Bytes
Versions: 8
Compression:
Stored size: 210 Bytes
Contents
module Spina module Forms class SwitchComponent < ApplicationComponent attr_accessor :f, :method def initialize(f, method) @f = f @method = method end end end end
Version data entries
8 entries across 8 versions & 1 rubygems