class Guard::Watcher::Pattern::PathnamePath
Protected Instance Methods
normalize(string_or_pathname)
click to toggle source
# File lib/guard/watcher/pattern/pathname_path.rb, line 9 def normalize(string_or_pathname) Pathname.new(string_or_pathname).cleanpath end