Module: Umodule::Source

Defined in:
lib/umodule/source.rb

Constant Summary collapse

VERSION =
'0.5.1'

Class Method Summary collapse

Class Method Details

.bundled_pathObject



5
6
7
# File 'lib/umodule/source.rb', line 5

def self.bundled_path
  File.expand_path('../source/umodule.js', __FILE__)
end

.contentsObject



9
10
11
# File 'lib/umodule/source.rb', line 9

def self.contents
  @contents ||= File.read(bundled_path)
end