Method: Refile::Attacher#remove?

Defined in:
lib/refile/attacher.rb

#remove?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


86
87
88
# File 'lib/refile/attacher.rb', line 86

def remove?
  remove and remove != "" and remove !~ /\A0|false$\z/
end