Class: BBC::A11y::Javascript

Inherits:
Object
  • Object
show all
Defined in:
lib/bbc/a11y/javascript.rb

Class Method Summary collapse

Class Method Details

.bundleObject



4
5
6
# File 'lib/bbc/a11y/javascript.rb', line 4

def self.bundle
  @@bundle ||= File.read(bundle_path)
end

.bundle_pathObject



8
9
10
# File 'lib/bbc/a11y/javascript.rb', line 8

def self.bundle_path
  File.expand_path("../js/bundle.js", __FILE__)
end