module Umodule::Source

Constants

VERSION

Public Class Methods

bundled_path() click to toggle source
# File lib/umodule/source.rb, line 5
def self.bundled_path
  File.expand_path('../source/umodule.js', __FILE__)
end
contents() click to toggle source
# File lib/umodule/source.rb, line 9
def self.contents
  @contents ||= File.read(bundled_path)
end