# File lib/bee_task_default.rb, line 216 def pwd(property) error "pwd parameter must be a string" unless property.kind_of?(String) pwd = FileUtils.pwd @build.context.set_property(property, pwd) end