Module: TextHyphenRails
- Defined in:
- lib/text_hyphen_rails.rb,
lib/text_hyphen_rails/engine.rb,
lib/text_hyphen_rails/version.rb,
lib/text_hyphen_rails/hyphenator.rb,
lib/text_hyphen_rails/html_hyphenator.rb,
lib/text_hyphen_rails/text_hyphenator.rb,
lib/text_hyphen_rails/active_record_extension.rb
Defined Under Namespace
Modules: ActiveRecordExtension Classes: Engine, HtmlHyphenator, Hyphenator, TextHyphenator, UnknownOptionError
Constant Summary collapse
- VERSION =
'0.0.5'
Class Attribute Summary collapse
-
.settings ⇒ Object
readonly
Returns the value of attribute settings.
Class Method Summary collapse
Class Attribute Details
.settings ⇒ Object (readonly)
Returns the value of attribute settings.
23 24 25 |
# File 'lib/text_hyphen_rails.rb', line 23 def settings @settings end |
Class Method Details
.configure {|_self| ... } ⇒ Object
24 25 26 |
# File 'lib/text_hyphen_rails.rb', line 24 def configure yield self end |