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

Class Method Summary collapse

Class Attribute Details

.settingsObject (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

Yields:

  • (_self)

Yield Parameters:



24
25
26
# File 'lib/text_hyphen_rails.rb', line 24

def configure
  yield self
end