class Cooltrainer::DistorteD::Booth::TkDistorteD
Public Class Methods
new(src)
click to toggle source
# File lib/distorted-booth/invoker.rb, line 20 def initialize(src) @name = src end
Public Instance Methods
path()
click to toggle source
Returns an absolute String path to the source file.
# File lib/distorted-booth/invoker.rb, line 16 def path File.expand_path(@name) end