Methods

Kernel

You’ll need to require 'markaby/kernel_method' for this.

Public Instance Methods

mab(*args, &block) click to toggle source

Shortcut for creating a quick block of Markaby.

# File lib/markaby/kernel_method.rb, line 4
def mab(*args, &block)
  Markaby::Builder.new(*args, &block).to_s
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.