Module: Hemingway::Math::Math0

Defined in:
lib/hemingway/math/math.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



19
20
21
# File 'lib/hemingway/math/math.rb', line 19

def content
  elements[1]
end

#math_endObject



23
24
25
# File 'lib/hemingway/math/math.rb', line 23

def math_end
  elements[2]
end

#math_startObject



15
16
17
# File 'lib/hemingway/math/math.rb', line 15

def math_start
  elements[0]
end