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



42
43
44
# File 'lib/mittsu/renderers/glfw_lib.rb', line 42

def file
  File.basename(match)
end

#pathObject



38
39
40
# File 'lib/mittsu/renderers/glfw_lib.rb', line 38

def path
  File.dirname(match)
end