mirror of
https://github.com/lloeki/umodule-source.git
synced 2025-12-06 10:44:39 +01:00
v0.5, matching JS version
This commit is contained in:
commit
68a37bd4a1
6 changed files with 123 additions and 0 deletions
13
lib/umodule/source.rb
Normal file
13
lib/umodule/source.rb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module Umodule
|
||||
module Source
|
||||
VERSION = 0.5
|
||||
|
||||
def self.bundled_path
|
||||
File.expand_path('../source/umodule.js', __FILE__)
|
||||
end
|
||||
|
||||
def self.contents
|
||||
@contents ||= File.read(bundled_path)
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue