Class: Amiba::Source::Layout
- Inherits:
-
Object
- Object
- Amiba::Source::Layout
- Includes:
- Amiba::Source
- Defined in:
- lib/amiba/source.rb
Instance Method Summary collapse
Methods included from Amiba::Source
Instance Method Details
#content=(c) ⇒ Object
139 140 141 |
# File 'lib/amiba/source.rb', line 139 def content=(c) @content ||= self.new? ? c : File.read(filename) end |