Class: Black::Preview::Context
- Inherits:
-
Struct
- Object
- Struct
- Black::Preview::Context
- Defined in:
- lib/black/preview.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#css ⇒ Object
Returns the value of attribute css.
Instance Method Summary collapse
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
46 47 48 |
# File 'lib/black/preview.rb', line 46 def content @content end |
#css ⇒ Object
Returns the value of attribute css
46 47 48 |
# File 'lib/black/preview.rb', line 46 def css @css end |
Instance Method Details
#get_binding ⇒ Object
47 48 49 |
# File 'lib/black/preview.rb', line 47 def get_binding binding end |