Method: CDK::DIALOG#setSeparator

Defined in:
lib/cdk/components/dialog.rb

#setSeparator(separator) ⇒ Object

This sets whether or not the dialog box will have a separator line.



287
288
289
# File 'lib/cdk/components/dialog.rb', line 287

def setSeparator(separator)
  @separator = separator
end