class Busser::Command::SuitePath

Suite path command.

@author Fletcher Nichol <fnichol@nichol.ca>

Public Instance Methods

path() click to toggle source
# File lib/busser/command/suite_path.rb, line 32
def path
  say suite_path(suite_name).to_s
end