class Texit::Grash
Public Class Methods
new(tex)
click to toggle source
# File lib/texit/graph.rb, line 8 def initialize(tex) @tex = tex end
Public Instance Methods
url()
click to toggle source
# File lib/texit/graph.rb, line 12 def url DOMAIN_WITH_PARTICLE + "graph/#{ @tex }.png" end