package net.rubygrapefruit.docs.model; public interface ProgramListing extends Block { String getText(); }