module Log::Controls::Subject

Public Class Methods

example() click to toggle source
# File lib/log/controls/subject.rb, line 4
def self.example
  Example.new
end
new() click to toggle source
# File lib/log/controls/subject.rb, line 8
def self.new
  example
end