class ProbableSpoon

Public Class Methods

type(culture = "Chinese") click to toggle source
# File lib/probable-spoon.rb, line 4
def self.type(culture = "Chinese")
        utensils = Utensils.new(culture)
        utensils.type
end