vaiorabbit / ruby-opengl

Yet another OpenGL wrapper for Ruby (and wrapper code generator).
Other
86 stars 11 forks source link

Update load_dll method name to load_lib #15

Closed cedlemo closed 9 years ago

cedlemo commented 9 years ago

Modifications done automaticaly with :

find ./sample -type f -name "*.rb"| xargs sed -i 's/load_dll/load_lib/g'