module Maildown
Top level module, all module methods are used for configuration
Constants
- VERSION
Public Class Methods
allow_indentation()
click to toggle source
# File lib/maildown.rb, line 6 def self.allow_indentation @allow_indentations end
allow_indentation=(allow_indentations)
click to toggle source
# File lib/maildown.rb, line 10 def self.allow_indentation=(allow_indentations) @allow_indentations = allow_indentations end
rails_6?()
click to toggle source
# File lib/maildown.rb, line 14 def self.rails_6? @rails_6 ||= Rails.version > "6" end