Hotfix: made YARD docs even gooder (supposedly)
This commit is contained in:
parent
c5f6a11a8d
commit
f2ae3e490d
|
@ -357,7 +357,7 @@ module LPGAR
|
||||||
# Create class from table name
|
# Create class from table name
|
||||||
# @param name [String]
|
# @param name [String]
|
||||||
# @param block [#call]
|
# @param block [#call]
|
||||||
# @return [Class]
|
# @return [Class<Record>]
|
||||||
def table(name, &block)
|
def table(name, &block)
|
||||||
conn = @conn
|
conn = @conn
|
||||||
new_class = Class.new(Record) do
|
new_class = Class.new(Record) do
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "lpgar"
|
spec.name = "lpgar"
|
||||||
spec.version = "0.2.4"
|
spec.version = "0.2.5"
|
||||||
spec.summary = "Lightweight Postgres Active Record"
|
spec.summary = "Lightweight Postgres Active Record"
|
||||||
spec.description = <<~DESC
|
spec.description = <<~DESC
|
||||||
Lightweight implementation of Active Record pattern for Postgres.
|
Lightweight implementation of Active Record pattern for Postgres.
|
||||||
|
|
Loading…
Reference in New Issue