Method: Blur::ScriptCache#initialize
- Defined in:
- library/blur/script_cache.rb
#initialize(script_name, path, hash) ⇒ ScriptCache
Returns a new instance of ScriptCache.
5 6 7 8 9 |
# File 'library/blur/script_cache.rb', line 5 def initialize script_name, path, hash @script_name = script_name @path = path @hash = hash end |