Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#have_readline_header(header) ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'ext/rubysl/readline/extconf.rb', line 5 def have_readline_header(header) if have_header(header) $readline_headers.push(header) return true else return false end end |
#have_readline_var(var) ⇒ Object
14 15 16 |
# File 'ext/rubysl/readline/extconf.rb', line 14 def have_readline_var(var) return have_var(var, $readline_headers) end |