class EverExp::Files::FileInFiles
Attributes
location[R]
Public Class Methods
new(path)
click to toggle source
# File lib/ever_exp/files.rb, line 36 def initialize path @location = path end
Public Instance Methods
name()
click to toggle source
# File lib/ever_exp/files.rb, line 40 def name File.basename location end