Method: Icon_Loader#initialize
- Defined in:
- lib/Icon_Loader.rb
#initialize(app) ⇒ Icon_Loader
Create a new Icon_Loader. You need to specify the Fox-application.
6 7 8 |
# File 'lib/Icon_Loader.rb', line 6 def initialize(app) @app = app end |