Method: Proscenium::SourcePath::ClassMethods#source_path
- Defined in:
- lib/proscenium/source_path.rb
#source_path ⇒ Object
11 12 13 |
# File 'lib/proscenium/source_path.rb', line 11 def source_path @source_path ||= name.nil? ? nil : Pathname.new(const_source_location(name).first) end |