Method: UEncode::CaptureOutput#overlay=

Defined in:
lib/uencode/elements.rb

#overlay=(_overlay) ⇒ Object



166
167
168
169
# File 'lib/uencode/elements.rb', line 166

def overlay=(_overlay)
  _overlay = Overlay.new(_overlay) unless _overlay.instance_of?(Overlay) || _overlay.nil?
  instance_variable_set :@overlay, _overlay
end