module MarkitupRails

Public Class Methods

setup() { |self| ... } click to toggle source

Yield self on setup for nice config blocks

# File lib/markitup_rails.rb, line 9
def self.setup
  yield self
end