Class: String

Inherits:
Object
  • Object
show all
Defined in:
ext/couchbase_ext/extconf.rb

Instance Method Summary collapse

Instance Method Details

#funcall_styleObject



149
150
151
# File 'ext/couchbase_ext/extconf.rb', line 149

def funcall_style
  /\)\z/ =~ self ? dup : "#{self}()"
end