class Pathname
Public Instance Methods
binwrite(*args)
click to toggle source
# File lib/guard/guardfile/generator.rb, line 7 def binwrite(*args) IO.binwrite(to_s, *args) end
# File lib/guard/guardfile/generator.rb, line 7 def binwrite(*args) IO.binwrite(to_s, *args) end