Class: Sol::CSSStyleSheets
- Inherits:
-
Object
- Object
- Sol::CSSStyleSheets
- Defined in:
- lib/jx/jsstyle_sheet.rb
Overview
Instance Method Summary collapse
-
#[](index) ⇒ Object
————————————————————————————.
-
#length ⇒ Object
————————————————————————————.
-
#style_sheets? ⇒ Boolean
————————————————————————————.
Instance Method Details
#[](index) ⇒ Object
217 218 219 |
# File 'lib/jx/jsstyle_sheet.rb', line 217 def [](index) CSSStyleSheet.new(index) end |
#length ⇒ Object
225 226 227 |
# File 'lib/jx/jsstyle_sheet.rb', line 225 def length B.eval("__style_sheets__.length") end |
#style_sheets? ⇒ Boolean
209 210 211 |
# File 'lib/jx/jsstyle_sheet.rb', line 209 def style_sheets? true end |