8 lines
65 B
Ruby
8 lines
65 B
Ruby
class Tilt
|
|
|
|
def self.tilts
|
|
tilts = []
|
|
|
|
return tilts
|
|
end
|
|
end |