module OneEye
Public Class Methods
const_missing(const)
click to toggle source
# File lib/one-eye-eater.rb, line 4 def self.const_missing(const) const_set(const, Class.new(OneEye::Base)) end
# File lib/one-eye-eater.rb, line 4 def self.const_missing(const) const_set(const, Class.new(OneEye::Base)) end