Method: Library#bindir?

Defined in:
lib/library.rb

#bindir?Boolean

Is there a ‘bin/` location?

Returns:

  • (Boolean)


451
452
453
# File 'lib/library.rb', line 451

def bindir? 
  ::File.exist?(bindir)
end