Class: Sol::CSSStyleSheets

Inherits:
Object
  • Object
show all
Defined in:
lib/jx/jsstyle_sheet.rb

Overview

Instance Method Summary collapse

Instance Method Details

#[](index) ⇒ Object





217
218
219
# File 'lib/jx/jsstyle_sheet.rb', line 217

def [](index)
  CSSStyleSheet.new(index)
end

#lengthObject





225
226
227
# File 'lib/jx/jsstyle_sheet.rb', line 225

def length
  B.eval("__style_sheets__.length")
end

#style_sheets?Boolean



Returns:

  • (Boolean)


209
210
211
# File 'lib/jx/jsstyle_sheet.rb', line 209

def style_sheets?
  true
end