class Object

Public Instance Methods

f(text, width = nil) click to toggle source
# File lib/pictureframe.rb, line 3
def f(text, width = nil)
  Pictureframe.frame(text, width)
end
Also aliased as: frame, pf
frame(text, width = nil)
Alias for: f
pf(text, width = nil)
Alias for: f