class SiSU_Urls::Source
Attributes
opt[R]
Public Class Methods
new(opt)
click to toggle source
# File lib/sisu/urls.rb, line 62 def initialize(opt) @opt=opt end
Public Instance Methods
read()
click to toggle source
# File lib/sisu/urls.rb, line 65 def read begin SiSU_Urls::OutputUrls.new(@opt).songsheet if @opt.fnb rescue SiSU_Errors::Rescued.new($!,$@,@opt.selections.str).location do __LINE__.to_s + ':' + __FILE__ end ensure end end