Libraries
»
unixcmd
(0.2.12)
»
Index
»
CopyDlg
»
#archive?
Method: CopyDlg#archive?
Defined in:
lib/unixcmd/copydlg.rb
#
archive?
⇒
Boolean
Returns:
(
Boolean
)
65 66 67
# File 'lib/unixcmd/copydlg.rb', line 65
def
archive?
@flags
[
:archive
]
.
active?
end