Method: Fisk#lit

Defined in:
lib/fisk.rb

#lit(val) ⇒ Object



257
258
259
260
# File 'lib/fisk.rb', line 257

def lit val
  # to_s because we're getting the value from JSON as a string
  Lit.new val
end