Libraries
»
mkmf
(3.4.0)
»
Index
»
String
»
#funcall_style
Method: String#funcall_style
Defined in:
lib/mkmf.rb
#
funcall_style
⇒
Object
26 27 28
# File 'lib/mkmf.rb', line 26
def
funcall_style
/
\)\z
/
=~
self
?
dup
:
"
#{
self
}
()
"
end