Class: Mittsu::GLFWLib::MacOS

Inherits:
Mittsu::GenericLib::Base show all
Defined in:
lib/mittsu/renderers/glfw_lib.rb

Constant Summary collapse

SEARCH_GLOBS =
['/usr/local/lib/**',
'/usr/lib/**',
'/opt/homebrew/**']

Instance Method Summary collapse

Instance Method Details

#fileObject



44
45
46
# File 'lib/mittsu/renderers/glfw_lib.rb', line 44

def file
  File.basename(match.to_s)
end

#pathObject



40
41
42
# File 'lib/mittsu/renderers/glfw_lib.rb', line 40

def path
  File.dirname(match.to_s)
end