# File lib/fog/shared_file_system/openstack/models/share.rb, line 61 def extend(size) requires :id service.extend_share(id, size) true end