class ThingOne

Public Class Methods

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