[ruby] s/::/./ for calling class methods

pull/28/head
Alpha Chen 10 years ago
parent 639a70d396
commit 2478342a16

@ -16,7 +16,7 @@ rescue LoadError
end end
def pbcopy(str) def pbcopy(str)
IO::popen(%w[pbcopy], 'w') {|io| io.write str } IO.popen(%w[pbcopy], 'w') {|io| io.write str }
end end
def tic; @_tic = Time.now; end def tic; @_tic = Time.now; end

Loading…
Cancel
Save