Sha256: 45a12ba8ab6851513aaad47569517d1ee7ca9817275cd0675c14684b32565cfe

Contents?: true

Size: 183 Bytes

Versions: 8

Compression:

Stored size: 183 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/speaker'
require 'eac_ruby_utils/patch'

class Module
  def enable_speaker
    ::EacRubyUtils.patch(self, ::EacCli::Speaker)
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
eac_cli-0.19.0 lib/eac_cli/patches/module/speaker.rb
avm-tools-0.101.0 vendor/eac_cli/lib/eac_cli/patches/module/speaker.rb
eac_cli-0.18.0 lib/eac_cli/patches/module/speaker.rb
avm-tools-0.100.0 vendor/eac_cli/lib/eac_cli/patches/module/speaker.rb
ehbrs-tools-0.21.0 vendor/eac_cli/lib/eac_cli/patches/module/speaker.rb
avm-tools-0.99.1 vendor/eac_cli/lib/eac_cli/patches/module/speaker.rb
eac_cli-0.17.0 lib/eac_cli/patches/module/speaker.rb
avm-tools-0.99.0 vendor/eac_cli/lib/eac_cli/patches/module/speaker.rb