class ThingTwo

Public Class Methods

new() click to toggle source
# File lib/thingies/thing_two.rb, line 2
def initialize
  puts 'ThingTwo initialized'
end