Class: OpenGraphPlus::Namespace::Root
- Inherits:
-
Base
- Object
- Base
- OpenGraphPlus::Namespace::Root
show all
- Extended by:
- Forwardable
- Defined in:
- lib/opengraphplus/namespace.rb
Instance Method Summary
collapse
Methods inherited from Base
#each, #render_in, #tag, #update
Instance Method Details
#og ⇒ Object
160
161
162
|
# File 'lib/opengraphplus/namespace.rb', line 160
def og
@og ||= OG.new
end
|
168
169
170
|
# File 'lib/opengraphplus/namespace.rb', line 168
def tags
[*og.tags, *.tags]
end
|
164
165
166
|
# File 'lib/opengraphplus/namespace.rb', line 164
def
||= .new
end
|