9 lines
95 B
Ruby
9 lines
95 B
Ruby
|
class Chart
|
||
|
def self.default_width
|
||
|
450
|
||
|
end
|
||
|
def self.default_height
|
||
|
250
|
||
|
end
|
||
|
end
|