Method: Path#sticky?

Defined in:
lib/path/file_predicates.rb

#sticky?Boolean

See File.sticky?.

Returns:

  • (Boolean)


101
102
103
# File 'lib/path/file_predicates.rb', line 101

def sticky?
  File.sticky?(@path)
end