class PseudoHiki::BlockParser::ListLeafNode

Public Instance Methods

breakable?(breaker) click to toggle source
# File lib/pseudohiki/blockparser.rb, line 174
def breakable?(breaker)
  not (breaker.kind_of? ListTypeLeaf and level < breaker.level)
end