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.new() unless .instance_of?(Overlay) || .nil? instance_variable_set :@overlay, end |