You’ll need to require 'markaby/kernel_method' for this.
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
Generated with the Darkfish Rdoc Generator 2.