# File lib/lvm/logical_volume.rb, line 7
def
snapshot?
;
volume_type
==
:snapshot
?
true
:
false
;
end