module Eivid

Constants

VERSION

Public Class Methods

set_mattr_accessors() { |self| ... } click to toggle source
# File lib/eivid/engine.rb, line 27
def set_mattr_accessors(&block)
  yield self
end