class Opal::Fragment

def inspect

Inspect the contents of this fragment, f("fooo")
def inspect
  "f(#{@code.inspect})"
end