Class: Cat::Style::Ellipse
- Inherits:
-
Object
- Object
- Cat::Style::Ellipse
- Defined in:
- lib/cat/style/ellipse.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
4 5 6 7 8 |
# File 'lib/cat/style/ellipse.rb', line 4 def to_s %{ border-radius: 50%; } end |