class SiSU_Info_Program::InfoProgram
Attributes
editor[RW]
pdflatex[RW]
postgresql[RW]
rexml[RW]
sqlite[RW]
tidy[RW]
wc[RW]
Public Class Methods
new()
click to toggle source
# File lib/sisu/se_programs.rb, line 370 def initialize prog=SiSU_Env::InfoEnv.new.program @editor, @wc, @tidy, @rexml, @pdflatex, @postgresql, @sqlite= prog.text_editor,prog.wc,prog.tidy,prog.rexml,prog.pdflatex,prog.postgresql,prog.sqlite end