Module: Htmless
- Defined in:
- lib/htmless.rb,
lib/htmless/doc.rb,
lib/htmless/data.rb,
lib/htmless/pool.rb,
lib/htmless/helper.rb,
lib/htmless/abstract.rb,
lib/htmless/standard.rb,
lib/htmless/formatted.rb,
lib/htmless/data/html5.rb,
lib/htmless/dynamic_classes.rb,
lib/htmless/strings_injector.rb,
lib/htmless/abstract/abstract_tag.rb,
lib/htmless/abstract/abstract_double_tag.rb,
lib/htmless/abstract/abstract_single_tag.rb
Defined Under Namespace
Modules: Data, DynamicClasses, Helper, Rails, StubBuilderForDocumentation Classes: Abstract, Formatted, Pool, Standard, StringsInjector, SynchronizedPool
Class Method Summary collapse
Class Method Details
.version ⇒ Object
2 3 4 |
# File 'lib/htmless.rb', line 2 def self.version @version ||= Gem::Version.new File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')) end |