Method: Chef::ChefFS::FilePattern#is_absolute

Defined in:
lib/chef/chef_fs/file_pattern.rb

#is_absoluteObject

Tell whether this pattern matches absolute, or relative paths



146
147
148
149
# File 'lib/chef/chef_fs/file_pattern.rb', line 146

def is_absolute
  calculate
  @is_absolute
end