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
42 43 44 |
# File 'lib/mittsu/renderers/glfw_lib.rb', line 42 def file File.basename(match) end |
#path ⇒ Object
38 39 40 |
# File 'lib/mittsu/renderers/glfw_lib.rb', line 38 def path File.dirname(match) end |