class Unparser::Comments

def take_all

Other tags:
    Api: - private

Returns:
  • (Array) -
def take_all
  take_while { true }
end