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