Sha256: 4a09f7ec54295b95e1fe19028e4dd3d97117fe93f06bc43cb60981b2148d46dd
Contents?: true
Size: 239 Bytes
Versions: 55
Compression:
Stored size: 239 Bytes
Contents
# Class to describe the interface for sections class BaseSection def remove raise "not implemented" end def remove_anchors raise "not implemented" end def insert_anchor_before_end raise "not implemented" end end
Version data entries
55 entries across 55 versions & 1 rubygems