Sha256: 14645852caefec9a1caa46525d4c51b03f2f30ddc7497278c9c3bed201ef4d17
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
class RFlow module Components module Raw module Extensions module RawExtension def self.extended(base_data) base_data.data_object ||= {'raw' => ''} end def raw; data_object['raw']; end def raw=(new_raw); data_object['raw'] = new_raw; end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rflow-1.0.0a1 | lib/rflow/components/raw/extensions.rb |