This website requires JavaScript.
Explore
Help
Sign In
localhots
/
template_engine_comparison
Watch
1
Star
0
Fork
You've already forked template_engine_comparison
0
Code
Releases
Activity
e24c040f01
template_engine_comparison
/
lib
/
workbench
/
wrappers
/
base.rb
10 lines
122 B
Ruby
Raw
Blame
History
module
Wrappers
class
Base
attr_reader
:tpl
def
initialize
path
@tpl
=
File
.
read
(
path
)
end
end
end
View Git Blame
Copy Permalink