11 12 13
# File 'lib/files.rb', line 11 def self.called_from level = 1 File.basename caller[level].split(':').first, ".rb" end