Sha256: 000e40cfc77c71366a9f3e9444c43fbe032525ff368371d72b6c08df9ab40e6e
Contents?: true
Size: 257 Bytes
Versions: 21
Compression:
Stored size: 257 Bytes
Contents
module Kookaburra class UIDriver module HasSubcomponents # Nothing to see here, really -- this just gives us a way to logically group subsections in a file def subcomponent(name, &proc) class_eval &proc end end end end
Version data entries
21 entries across 21 versions & 1 rubygems