Module: OKComputer
- Defined in:
- lib/okcomputer.rb
Overview
Remove the following code in version 1.0.0
Class Method Summary collapse
Class Method Details
.method_missing(*args) ⇒ Object
20 21 22 |
# File 'lib/okcomputer.rb', line 20 def self.method_missing(*args) raise 'Please replace all usages of `OKComputer` with `OkComputer` (lowercase `k`)' end |