class Mutagen::SpecBlock

Public Class Methods

new(text) click to toggle source
# File lib/mutagen/spec_block.rb, line 4
def initialize(text)
  
end

Public Instance Methods

body() click to toggle source
# File lib/mutagen/spec_block.rb, line 12
def body

end
title() click to toggle source
# File lib/mutagen/spec_block.rb, line 8
def title

end