Sha256: 81b390dec7eaf72efb5e90ee655e651e30dd3f38cb13d91db87fd11d19aa970b
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true require 'tty-prompt' module Junction module Screens class Screen attr_reader :prompt def initialize @prompt = TTY::Prompt.new end def render raise NotImplementedError end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
junction-0.1.9 | lib/junction/screens/screen.rb |
junction-0.1.8 | lib/junction/screens/screen.rb |