Method: MFE#full_path

Defined in:
lib/mfe.rb

#full_path(name) ⇒ Object

Returns the full path for a given command with name name.



158
159
160
# File 'lib/mfe.rb', line 158

def full_path(name)
  File.join(dirname, name)
end