StandardRB

This commit is contained in:
2023-12-02 20:32:57 +11:00
parent c6e0c6e832
commit 8501279eaa
15 changed files with 29 additions and 34 deletions

View File

@@ -17,9 +17,9 @@ module Adamantium
post_repo.post_listing
end
end
expose :query do |query:|
query == "" ? nil : query
(query == "") ? nil : query
end
expose :post_years do