Class: String

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

Instance Method Summary collapse

Instance Method Details

#funcall_styleObject



151
152
153
# File 'ext/couchbase_ext/extconf.rb', line 151

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