Sha256: 13a69acfa8693cc6b6ad750c2bace25714509a7d56a8c8a991c00b8b6382f830
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module Cello module Structure module RadioHelper def define_extras_for_radio(name) define_method "set_#{name}" do send(name).set end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cello-0.0.12 | lib/cello/radio_helper.rb |