Class: BBC::A11y::Javascript
- Inherits:
-
Object
- Object
- BBC::A11y::Javascript
- Defined in:
- lib/bbc/a11y/javascript.rb
Class Method Summary collapse
Class Method Details
.bundle ⇒ Object
4 5 6 |
# File 'lib/bbc/a11y/javascript.rb', line 4 def self.bundle @@bundle ||= File.read(bundle_path) end |
.bundle_path ⇒ Object
8 9 10 |
# File 'lib/bbc/a11y/javascript.rb', line 8 def self.bundle_path File.("../js/bundle.js", __FILE__) end |