Class: Mittsu::GLFWLib::MacOS
- Inherits:
-
Mittsu::GenericLib::Base
- Object
- Mittsu::GenericLib::Base
- Mittsu::GLFWLib::MacOS
- 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
#file ⇒ Object
44 45 46 |
# File 'lib/mittsu/renderers/glfw_lib.rb', line 44 def file File.basename(match.to_s) end |
#path ⇒ Object
40 41 42 |
# File 'lib/mittsu/renderers/glfw_lib.rb', line 40 def path File.dirname(match.to_s) end |