Method: PathSpec::GitIgnoreSpec#inclusive?

Defined in:
lib/pathspec/gitignorespec.rb

#inclusive?Boolean

Returns:

  • (Boolean)


272
273
274
# File 'lib/pathspec/gitignorespec.rb', line 272

def inclusive?
  @inclusive
end