Class: Marksmith::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/marksmith/configuration.rb

Defined Under Namespace

Classes: RedcarpetOptions

Instance Method Summary collapse

Instance Method Details

#redcarpet_options=(options) ⇒ Object



48
49
50
# File 'lib/marksmith/configuration.rb', line 48

def redcarpet_options=(options)
  self.class.redcarpet_options = redcarpet_options.merge(options.to_h)
end