Sha256: f7ace6261f1b5e47e760fe850fdcc884f8bf0d4f4a92cdab1fc75fb1870b2df3
Contents?: true
Size: 216 Bytes
Versions: 18
Compression:
Stored size: 216 Bytes
Contents
module Plugins module Core class ReactTestCell < Plugins::Core::Cell def show render end private def hello_world_props { name: 'Stranger' } end end end end
Version data entries
18 entries across 18 versions & 1 rubygems