Methods

Files

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
4:   def mab(*args, &block)
5:     Markaby::Builder.new(*args, &block).to_s
6:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.