Sha256: 51a1fbc0e2b170196fc024c5a892cc79c32650a5e78eb803926412d00be92114
Contents?: true
Size: 367 Bytes
Versions: 80
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true require 'eac_cli/speaker/input_requested' module EacCli class Speaker class InputBlocked %w[gets noecho].each do |method| define_method(method) do raise ::EacCli::Speaker::InputRequested, "Method (\"#{method}\") was requested, but input is blocked" end end end end end
Version data entries
80 entries across 80 versions & 2 rubygems